Skip to content

Commit

Permalink
test secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Nov 18, 2024
1 parent 59ec4c3 commit c927ec2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
python3 -m pip install nuflux
fi
- name: Download Test Data
run: curl -u icecube:${{secrets.ICECUBE_PASSWORD}} https://convey.icecube.wisc.edu/data/ana/Software/simweights/test-data/simweights_testdata.tar.gz | tar xz
run: |
curl -u icecube:${{ secrets.ICECUBE_PASSWORD }} https://convey.icecube.wisc.edu/data/ana/Software/simweights/test-data/simweights_testdata.tar.gz | tar xz
echo curl -u icecube:${{ secrets.ICECUBE_PASSWORD }} https://convey.icecube.wisc.edu/data/ana/Software/simweights/test-data/simweights_testdata.tar.gz | tar xz
echo icecube:${{ secrets.ICECUBE_PASSWORD }} |shasum
- name: Run Tests
env:
SIMWEIGHTS_TESTDATA: .
Expand Down

0 comments on commit c927ec2

Please sign in to comment.