Skip to content

Commit

Permalink
Update checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Mar 31, 2022
1 parent 872a21d commit d853396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build with Maven
run: mvn clean package -DskipTests=true
- name: Run mutation analysis
run: java -jar checker/target/checker-0.0.1-SNAPSHOT-jar-with-dependencies.jar transpiler/src/test/resources/org/polystat/py2eo/transpiler/simple-tests www
run: java -jar checker/target/checker-0.0.1-SNAPSHOT-jar-with-dependencies.jar transpiler/src/test/resources/org/polystat/py2eo/transpiler/ www
- name: Deploy to github pages
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit d853396

Please sign in to comment.