Skip to content

Commit

Permalink
Rename stage of test
Browse files Browse the repository at this point in the history
Co-Authored-By: Andre Sailer <andre.philippe.sailer@cern.ch>
  • Loading branch information
Marko Petric and andresailer authored Mar 10, 2020
1 parent 1ec11d6 commit 63560d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Start container
run: |
docker run -it --name CI_container -v /home/runner/work/podio/podio:/Package -e VIEW=${{ matrix.LCG }} -v /cvmfs:/cvmfs -d clicdp/cc7-lcg96b /bin/bash
- name: Start compilation
- name: Compile and test
continue-on-error: ${{matrix.LCG == 'LCG_96bpython3/x86_64-centos7-gcc8-opt' }}
run: |
docker exec CI_container /bin/bash -c "./Package/.github/scripts/compile_and_test.sh"

0 comments on commit 63560d8

Please sign in to comment.