Skip to content

Commit

Permalink
Set regression test command
Browse files Browse the repository at this point in the history
  • Loading branch information
EvertBunschoten committed Nov 8, 2024
1 parent c44aedb commit 16c43dd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
# - uses: actions/checkout@v3
# -
# name: Login to Docker Hub
# uses: docker/login-action@v3
Expand All @@ -21,11 +21,11 @@ jobs:
# uses: docker/setup-buildx-action@v3


- name: Build and push the image
run : |
docker login --username EvertBunschoten --password ${{ secrets.GHCR_TOKEN }} ghcr.io
docker build . --file ./docker/build/Dockerfile_test --tag ghcr.io/evertbunschoten/su2dataminer_test:latest
docker push ghcr.io/evertbunschoten/su2dataminer_test:latest
# - name: Build and push the image
# run : |
# docker login --username EvertBunschoten --password ${{ secrets.GHCR_TOKEN }} ghcr.io
# docker build . --file ./docker/build/Dockerfile_test --tag ghcr.io/evertbunschoten/su2dataminer_test:latest
# docker push ghcr.io/evertbunschoten/su2dataminer_test:latest
# -
# name: Build and push
# uses: docker/build-push-action@v6
Expand All @@ -51,8 +51,8 @@ jobs:
# entrypoint: /bin/rm
# args: -rf install install_bin.tgz src ccache

# - name: Build
# uses: docker://ghcr.io/ecbunschoten/su2dataminer_test:latest
# with:
# args: -b ${{ github.ref }} -s run_regression.py
- name: Run regression tests
uses: docker://ghcr.io/evertbunschoten/su2dataminer_test:latest
with:
args: -b ${{ github.ref }} -s run_regression.py

0 comments on commit 16c43dd

Please sign in to comment.