Skip to content

Commit

Permalink
Checkout githubactions
Browse files Browse the repository at this point in the history
  • Loading branch information
Snicker7 authored Feb 29, 2024
1 parent 5bcd650 commit ad9f638
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,14 @@ jobs:
- name: Copy C2_tests repo
uses: actions/checkout@master
with:
ref: githubactions
repository: edilytics/CRISPResso2_tests
token: ${{ secrets.ACCESS_CRISPRESSO2_TESTS }}

- name: Checkout Githubactions
uses: actions/checkout@master
with:
ref: githubactions

- name: Run Integration Tests
run: |
make test

0 comments on commit ad9f638

Please sign in to comment.