Skip to content

Commit

Permalink
Update unitTests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed May 18, 2023
1 parent 1c97f2c commit 0339dea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/unitTests.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Run Fence unit tests
on: push
#comment
jobs:
run_tests:
uses: uc-cdis/.github/.github/workflows/python_unit_test.yaml@1c57e03e1377c0636d9eaf100ad704252c885ee2
uses: uc-cdis/.github/.github/workflows/python_unit_test.yaml@3d02e24e36d579e3ad4f6f065980684605fdcbea
with:
setup-script-location: https://raw.githubusercontent.com/uc-cdis/fence/reusable-unit-test-workflow/tests/setup/fence.sh
python-versions: "['3.6.7', '3.9']"
package-names: "['fence', 'migrations/versions']"
postgres-needed: 'true'

0 comments on commit 0339dea

Please sign in to comment.