Skip to content

Commit

Permalink
cleanup wokflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Apr 8, 2024
1 parent 928cc31 commit 610f0e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agglayer-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
git clone https://github.com/0xPolygon/agglayer.git
cd agglayer
git checkout "${{ github.event.inputs.zkevm_agglayer_commit_id }}"
docker compose -f agglayer/docker/docker-compose.yaml build --no-cache agglayer
docker compose -f docker/docker-compose.yaml build --no-cache agglayer
sleep 10
- name: Install kurtosis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cdk-superuser-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
git clone https://github.com/0xPolygon/agglayer.git
cd agglayer
git checkout "${{ github.event.inputs.zkevm_agglayer_commit_id }}"
docker compose -f agglayer/docker/docker-compose.yaml build --no-cache agglayer
docker compose -f docker/docker-compose.yaml build --no-cache agglayer
sleep 10
- name: Clone and build zkevm-bridge-service
Expand Down

0 comments on commit 610f0e3

Please sign in to comment.