Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
NagaTulasi committed Sep 30, 2024
1 parent 4c7aad9 commit 6f8c16f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
test-sim-import-export:
runs-on: ubuntu-latest
needs: [build]
needs: [build, install-runsim]
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand All @@ -90,11 +90,8 @@ jobs:
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
- name: Add Go bin to PATH
run: echo "${HOME}/go/bin" >> $GITHUB_PATH
- name: test-sim-import-export
run: |
${HOME}/go/bin/runsim --help
run: |
make test-sim-import-export
test-sim-after-import:
Expand Down

0 comments on commit 6f8c16f

Please sign in to comment.