We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db144f7 commit 4f595adCopy full SHA for 4f595ad
.github/workflows/test.yaml
@@ -127,13 +127,7 @@ jobs:
127
LUX_VERSION=${{ startsWith(matrix.otp, '24') && 'lux-2.6' || '' }}
128
file: ./Dockerfile
129
context: .
130
- - name: Test OTP 27 Image (Rust Toolchain should be installed)
131
- if: startsWith(matrix.otp, '27')
+ - name: All OTP Image (Rust Toolchain should be installed)
132
run: |
133
docker run --rm test-image:latest bash -c 'rustup toolchain list' | \
134
grep "1.88.0"
135
- - name: Test non-OTP 27 Image (Rust Toolchain should NOT be installed)
136
- if: "!startsWith(matrix.otp, '27')"
137
- run: |
138
- docker run --rm test-image:latest bash -c 'rustup toolchain list' | \
139
- grep "no installed toolchains"
0 commit comments