Skip to content

Commit

Permalink
feat(ci): test compose with plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 28, 2023
1 parent a3f7516 commit 0ffdb56
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ jobs:
with:
python-version: 3.11.2
architecture: x64
- name: run spec tests
run: ./test/spec-tests/ci/run-spec-tests.sh
- uses: isbang/compose-action@v1.5.1
with:
compose-file: "./test/spec-tests/launchers/rundler-launcher/docker-compose.yml"
# - name: run spec tests
# run: ./test/spec-tests/ci/run-spec-tests.sh

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0ffdb56

Please sign in to comment.