Skip to content

Commit

Permalink
Fix actions build because of deprecated add-path (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrz authored Nov 17, 2020
1 parent 700aa7a commit f5baa85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
~/.sbt
key: ${{ runner.os }}-ivy2-${{ hashFiles('**/*.sbt') }}
restore-keys: ${{ runner.os }}-sbt
- uses: olafurpg/setup-scala@v5
- uses: olafurpg/setup-scala@v10
- name: Backend tests
shell: bash
run: ./ciBackendTest.sh
Expand All @@ -37,7 +37,7 @@ jobs:
~/.sbt
key: ${{ runner.os }}-ivy2-${{ hashFiles('**/*.sbt') }}
restore-keys: ${{ runner.os }}-sbt
- uses: olafurpg/setup-scala@v5
- uses: olafurpg/setup-scala@v10
- name: Compile
shell: bash
run: CROSS_BUILD=true ./ciRunSbt.sh clean compile:compile test:compile
Expand All @@ -54,7 +54,7 @@ jobs:
~/.sbt
key: ${{ runner.os }}-ivy2-${{ hashFiles('**/*.sbt') }}
restore-keys: ${{ runner.os }}-sbt
- uses: olafurpg/setup-scala@v5
- uses: olafurpg/setup-scala@v10
- name: Integration tests
shell: bash
run: ./ciRunSbt.sh clean flinkProcessManager/it:test engineStandalone/it:test
Expand All @@ -71,7 +71,7 @@ jobs:
~/.sbt
key: ${{ runner.os }}-ivy2-${{ hashFiles('**/*.sbt') }}
restore-keys: ${{ runner.os }}-sbt
- uses: olafurpg/setup-scala@v5
- uses: olafurpg/setup-scala@v10
- name: Slow tests
shell: bash
run: ./ciRunSbt.sh clean ui/slow:test
Expand Down

0 comments on commit f5baa85

Please sign in to comment.