Skip to content

Commit

Permalink
[WIP] only run step on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gunvirranu committed Sep 8, 2024
1 parent b3d2414 commit 17e1f00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,9 @@ jobs:
run: cmake --build build

- name: Log some test metadata
if: matrix.os == 'windows-latest'
working-directory: build/tests
shell: bash
run: |
ls -al
dir
./test_perturb --version
./test_perturb --ltc
Expand Down

0 comments on commit 17e1f00

Please sign in to comment.