Skip to content

Commit

Permalink
test: going back more
Browse files Browse the repository at this point in the history
Signed-off-by: carlos.vdr <carlos.vdr@semiotic.ai>
  • Loading branch information
carlosvdr committed Oct 25, 2023
1 parent f24733e commit b8cbfc3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/local_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,21 @@ jobs:
with:
node-version: "lts/gallium"
- name: Install graph CLI
run: npm install -g @graphprotocol/graph-cli
run: |
npm install -g @graphprotocol/graph-cli
- uses: actions/setup-python@v4
with:
python-version: '3.8'
cache: pip
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Start Docker Compose
run: docker-compose up -d
run: |
docker-compose up -d
working-directory: ./tests
- name: Installing python requirements
run: pip install -r requirements.txt
run: |
pip install -r requirements.txt
working-directory: ./tests
- run: |
yarn
Expand Down

0 comments on commit b8cbfc3

Please sign in to comment.