Skip to content

Commit

Permalink
Updated workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrug committed Oct 25, 2024
1 parent 2acd01b commit 3e14f82
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/playground-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ on:
jobs:
playground-check:
runs-on: ubuntu-latest
env:
FORK_URL_MAINNET: ${{ secrets.FORK_URL_MAINNET }}
steps:
- name: Free space check #1
- name: Free space check
run: df -h

- name: Free Disk Space (Ubuntu)
Expand All @@ -22,9 +24,6 @@ jobs:
docker-images: true
swap-storage: true

- name: Free space check #2
run: df -h

- name: Checkout code
uses: actions/checkout@v4

Expand All @@ -34,9 +33,6 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Free space check #3
run: df -h

- name: Setup environment
run: |
cp playground/.env.example playground/.env
Expand All @@ -45,11 +41,10 @@ jobs:
- name: Start docker containers
run: |
cd playground
COMPOSE_PARALLEL_LIMIT=1
docker compose -f docker-compose.fork.yml up -d
cd playground
COMPOSE_PARALLEL_LIMIT=1 docker compose -f docker-compose.fork.yml up -d
- name: Free space check #4
- name: Free space check
run: df -h

- name: Execute validation script
Expand Down

0 comments on commit 3e14f82

Please sign in to comment.