We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31268ee commit a42fad3Copy full SHA for a42fad3
.github/workflows/build_soundness.yml
@@ -3,21 +3,6 @@ name: Build And Soundness checks
3
on: [push, pull_request]
4
5
jobs:
6
- # build:
7
- # runs-on: ubuntu-latest
8
- # container: swift:6.0.3-amazonlinux2
9
-
10
- # steps:
11
- # # GitHub checkout action has a dep on NodeJS 20 which is not running on Amazonlinux2
12
- # # workaround is to manually checkout the repository
13
- # # https://github.com/actions/checkout/issues/1487
14
- # - name: Manually Clone repository
15
- # run: |
16
- # git clone https://github.com/${{ github.repository }} .
17
- # - name: Build
18
- # working-directory: backend
19
- # run: swift build
20
21
build:
22
runs-on: ubuntu-latest
23
steps:
0 commit comments