Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Apr 26, 2024
1 parent aefa1fd commit 1bbd617
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/regression-test-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Build agglayer image locally
run: |
git clone https://github.com/0xPolygon/agglayer.git
cd agglayer
if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
GITHUB_SHA=$(cat $GITHUB_EVENT_PATH | jq -r .pull_request.head.sha)
GITHUB_SHA=$(jq -r .pull_request.head.sha "$GITHUB_EVENT_PATH")
fi
git checkout $GITHUB_SHA
echo "Containerizing and testing commit: $GITHUB_SHA"
make build
mv ./dist/agglayer .
docker build -t agglayer:local -f ./Dockerfile.release .
make -C agglayer build
docker build -t agglayer:local -f agglayer/Dockerfile.release .
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Clone internal kurtosis-cdk repo
Expand Down

0 comments on commit 1bbd617

Please sign in to comment.