Skip to content

Commit

Permalink
Updated the Run Test workflow (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
miterion authored Nov 7, 2023
1 parent 3864c52 commit f3e88a5
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build Image
run: |
docker pull simurlacra/simurlacra:sacher
docker build . -t simurlacra:test --build-arg OPTION=sacher
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v5
with:
context: .
tags: simurlacra:test
cache-from: type=registry,ref=simurlacra:test
cache-to: type=inline
load: true
build-args: |
OPTION=${{ matrix.flavor }}
- name: Execute tests
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down

0 comments on commit f3e88a5

Please sign in to comment.