Skip to content

Commit

Permalink
try quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
danpf committed Nov 15, 2023
1 parent 5a51f0a commit 09d5356
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ jobs:
echo "lol"
ls
ls *
./tests/mmtf_tests
./tests/multi_cpp_test
./examples/mmtf_demo ../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf
./examples/traverse ../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf
./examples/traverse ../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf json
./examples/traverse ../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf print
./examples/print_as_pdb ../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf
"./tests/mmtf_tests"
"./tests/multi_cpp_test"
"./examples/mmtf_demo" "../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf"
"./examples/traverse" "../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf"
"./examples/traverse" "../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf json"
"./examples/traverse" "../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf print"
"./examples/print_as_pdb" "../submodules/mmtf_spec/test-suite/mmtf/173D.mmtf"

0 comments on commit 09d5356

Please sign in to comment.