Skip to content

Commit

Permalink
Update dst workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dfarr committed Jul 24, 2024
1 parent 487a544 commit 27dbc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
fail-on-cache-miss: true
- name: Run dst (seed=${{ needs.seed.outputs.seed }}, ticks=${{ inputs.ticks }}, scenario=${{ matrix.scenario }}, store=${{ matrix.store }})
run: |
./resonate dst run --seed ${{ needs.seed.outputs.seed }} --ticks ${{ inputs.seed }} --scenario ${{ matrix.scenario }} --aio-store ${{ matrix.store }} > logs.txt 2>&1
./resonate dst run --seed ${{ needs.seed.outputs.seed }} --ticks ${{ inputs.ticks }} --scenario ${{ matrix.scenario }} --aio-store ${{ matrix.store }} > logs.txt 2>&1
- name: Create issue if dst failed
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
Expand Down

0 comments on commit 27dbc9c

Please sign in to comment.