Skip to content

Commit

Permalink
fix wrong path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dours committed Jun 7, 2022
1 parent efed8d2 commit 8a565d8
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 transpiler/src/test/resources/org/polystat/py2eo/transpiler/simple-tests/*/genCageEO/*.eo ./runEO && cp -a transpiler/src/test/main/eo/preface ./runEO && cd ./runEO && mvn clean test
run: cp transpiler/src/test/resources/org/polystat/py2eo/transpiler/simple-tests/*/genCageEO/*.eo ./runEO && 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 8a565d8

Please sign in to comment.