Skip to content

Commit

Permalink
finally?
Browse files Browse the repository at this point in the history
  • Loading branch information
dours committed Oct 31, 2022
1 parent c4f5d9a commit 30706dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
name: artifacts
path: ./
- name: Build with Maven
run: cp -a transpiler/src/test/resources/org/polystat/py2eo/transpiler/runEO . && cp -a transpiler/target/results/* ./runEO && cp -a transpiler/src/main/eo/preface ./runEO && cd ./runEO && mvn clean test
run: cp -a transpiler/src/test/resources/org/polystat/py2eo/transpiler/runEO . && cp -a transpiler/target/results/* ./runEO && cp transpiler/src/main/eo/xmodules/*.eo ./runEO/xmodules/ && cp -a transpiler/src/main/eo/preface ./runEO && cd ./runEO && mvn clean test
- name: upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 30706dc

Please sign in to comment.