Skip to content

Commit

Permalink
#349: ci: update magistrate-vt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jan 16, 2025
1 parent 12aa10e commit 137aaf5
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/dockerimage-clang-11-ubuntu-mpich-vt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

env:
REPO: lifflander1/checkpoint
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 20.04
COMPILER_TYPE: clang
Expand Down Expand Up @@ -54,18 +54,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare the base Docker image
shell: bash
run: $(./scripts/check_containers.sh) ubuntu-cpp-vt
- name: Build the Docker image
- name: Build and Test
run: docker compose run ubuntu-cpp-vt
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Docker Push Base Image
if: ${{ success() && github.ref == 'refs/heads/develop' }}
continue-on-error: true
shell: bash
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} \
-p ${{ secrets.DOCKER_PASSWORD }}
docker compose push ubuntu-cpp-vt

0 comments on commit 137aaf5

Please sign in to comment.