Skip to content

Commit 8f62798

Browse files
committed
Revert "ci(github): Downgrade Flox to 1.8.4"
This reverts commit 2951d4d. The issue with `env -i` has been fixed with current Flox 1.9.1, see [1]. [1]: https://github.com/flox/flox/releases/tag/v1.9.1 Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent eb309ef commit 8f62798

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
uses: flox/install-flox-action@9428713e8d3883274c334b4b95b8830beebd24d2 # v2.3.0
7373
with:
7474
disable-metrics: true
75-
version: 1.8.4
7675
if: runner.os != 'Windows'
7776
- name: Run unit tests in a minimal environment
7877
run: ./flox/run_isolated.sh minimal ./gradlew --scan test jacocoTestReport
@@ -102,7 +101,6 @@ jobs:
102101
uses: flox/install-flox-action@9428713e8d3883274c334b4b95b8830beebd24d2 # v2.3.0
103102
with:
104103
disable-metrics: true
105-
version: 1.8.4
106104
- name: Run functional tests that do not require external tools
107105
run: ./flox/run_isolated.sh minimal ./gradlew --scan -Dkotest.tags=!RequiresExternalTool funTest jacocoFunTestReport
108106
- name: Create Test Summary

0 commit comments

Comments
 (0)