Skip to content

Commit

Permalink
reorder, no patience
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed May 3, 2024
1 parent 8c8e469 commit 2529060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
cd scripts/gavel
cargo build --release --locked
- name: Produce /tmp/endpoint_tests/syndicate_results.json
run: bash ./scripts/test_syndicate_endpoints.sh

- name: Produce /tmp/endpoint_tests/provider_results.json
run: bash ./scripts/test_provider_endpoints.sh

- name: Produce /tmp/endpoint_tests/provider_missing.json
run: bash ./scripts/missing_provider_endpoints.sh

- name: Produce /tmp/endpoint_tests/syndicate_results.json
run: bash ./scripts/test_syndicate_endpoints.sh

- name: Create artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2529060

Please sign in to comment.