Skip to content

Commit

Permalink
Merge branch 'tomas/trigger-test-sync-6' (#2540)
Browse files Browse the repository at this point in the history
* tomas/trigger-test-sync-6:
  gh/action/triggerable_sync: fix nightly version syntax
  • Loading branch information
tzemanovic committed Feb 6, 2024
2 parents 37de639 + e3f1894 commit 9384718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triggerable_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.MINIO_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.MINIO_SECRET_KEY }}
- name: Run the test
run: cargo +{{ matrix.nightly_version }}
run: cargo +${{ matrix.nightly_version }}
test e2e::ledger_tests::test_sync_chain -- --exact --ignored
env:
NAMADA_E2E_USE_PREBUILT_BINARIES: "true"
Expand Down

0 comments on commit 9384718

Please sign in to comment.