Skip to content

Commit

Permalink
Add secret, naming
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Jan 11, 2024
1 parent 8cd984a commit 7037289
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: lint
name: CI

on: [push]

Expand All @@ -23,6 +23,7 @@ jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
name:
- gauge
Expand Down Expand Up @@ -61,6 +62,8 @@ jobs:
poetry install --no-interaction --without dev
- name: Run Tests
env:
WEB3_PROVIDER_URL: ${{ secrets.WEB3_PROVIDER_URL }}
run: |
source .venv/bin/activate
pytest -n auto ${{ matrix.tests }}

0 comments on commit 7037289

Please sign in to comment.