Skip to content

Commit

Permalink
feat(ci): and env for latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 28, 2023
1 parent 0ffdb56 commit 7439af1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,14 @@ jobs:
with:
python-version: 3.11.2
architecture: x64
- name: build docker container
run: docker build . -t alchemy-platform/rundler:latest
- uses: isbang/[email protected]
with:
compose-file: "./test/spec-tests/launchers/rundler-launcher/docker-compose.yml"
env:
TAG: "latest"

# - name: run spec tests
# run: ./test/spec-tests/ci/run-spec-tests.sh

Expand Down

0 comments on commit 7439af1

Please sign in to comment.