Skip to content

Commit

Permalink
Improved tpl upload location
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Sep 11, 2024
1 parent 106826e commit 019b7f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ jobs:
name: Store rascal tpls
with:
name: rascal-tpls
path: "$RUNNER_TEMP/repos"
path: ${{ env.RUNNER_TEMP }}/repos
retention-days: 1
if-no-files-found: error

other-projects:
runs-on: buildjet-2vcpu-ubuntu-2204
Expand All @@ -110,6 +111,7 @@ jobs:
target:
- "'flybytes' 'php-analysis' 'rascal-git' 'salix-core' 'drambiguity' 'salix-contrib' 'rascal-all'"
- "'typepal' 'rascal-lsp' 'rascal-core'"
fail-fast: false
needs: [rascal, prepare-deps]
steps:
- uses: actions/checkout@v4
Expand All @@ -126,7 +128,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: rascal-tpls
path: "$RUNNER_TEMP/repos"
path: ${{ env.RUNNER_TEMP }}/repos

- name: Download needed rascal-jar
run: mvn -B validate
Expand Down

0 comments on commit 019b7f1

Please sign in to comment.