Skip to content

Commit

Permalink
debug11
Browse files Browse the repository at this point in the history
  • Loading branch information
denisglotov committed Aug 19, 2023
1 parent bc055aa commit ef29061
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Run Anvil
run: |
nohup anvil --auto-impersonate &
more nohup.out
- name: Set up Python 3
uses: actions/setup-python@v3
with:
python-version: "3.11"

- name: Install dependencies
- name: Install Dymka
run: |
python -m pip install --upgrade pip
pip install .
Expand All @@ -26,7 +31,4 @@ jobs:
env:
WEB3_FROM: ${{ secrets.TEST_PRIV }}
run: |
docker ps -a
docker ps -aq
docker logs $(docker ps -aq | head -1)
tests/test.sh

0 comments on commit ef29061

Please sign in to comment.