Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Jun 12, 2024
1 parent 5498f8e commit dae207a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test_endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable

- run: |
- name: Install gavel
run: |
curl https://github.com/rotkonetworks/gavel/releases/download/0.4.0/gavel -L -o /usr/local/bin/gavel && chmod +x /usr/local/bin/gavel
- name: Produce /tmp/endpoint_tests/syndicate_results.json
Expand All @@ -41,8 +42,11 @@ jobs:
- 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: Check invalid endpoints
run: bash ./scripts/invalid_endpoints.sh

# - name: Send alerts to matrix
# run: bash ./scripts/endpoint_alerts.sh

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

0 comments on commit dae207a

Please sign in to comment.