Skip to content

Commit

Permalink
Removed skipping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher authored and jcschaff committed Oct 2, 2023
1 parent 2cbc9de commit eb6ab0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-model-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: mkdir -p $HOME/test_dir && cp $GITHUB_WORKSPACE/filesToTest/public/biomodel/vcml/* $HOME/test_dir

- name: Build VCell Jars && Run Roundtrip Test
run: mvn --batch-mode clean install dependency:copy-dependencies -DskipTests=True -Dgroups="org.vcell.test.Nightly" -Dvcell.vcmlLocation="$HOME/test_dir"
run: mvn --batch-mode clean install dependency:copy-dependencies -Dgroups="org.vcell.test.Nightly" -Dvcell.vcmlLocation="$HOME/test_dir"

# Report a Success
- name: Report Results to Slack
Expand Down

0 comments on commit eb6ab0c

Please sign in to comment.