Skip to content

Commit

Permalink
Merge pull request #92 from OpenGATE/t30_dna
Browse files Browse the repository at this point in the history
Add t30_dna in github actions tests
  • Loading branch information
tbaudier authored Jun 2, 2023
2 parents f596e9d + 3da402c commit 212adb5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:
t26_CoinSorter,
t27_Hits_2SD,
t28_Singles_2SD,
t29_optical_digi]
t29_optical_digi,
t30_dna]

steps:
- name: Checkout github repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
lfs: true
- name: Checkout LFS objects
Expand Down Expand Up @@ -74,5 +75,5 @@ jobs:
- name: Run the test in docker
run: |
ls $GITHUB_WORKSPACE
docker run --rm -e "TEST=${{ matrix.strategy_name }}" -v $GITHUB_WORKSPACE:/home tbaudier/gatebenchmarks:9.2 /home/.github/workflows/runTest.sh
docker run --rm -e "TEST=${{ matrix.strategy_name }}" -v $GITHUB_WORKSPACE:/home tbaudier/gatebenchmarks:9.3 /home/.github/workflows/runTest.sh

0 comments on commit 212adb5

Please sign in to comment.