Skip to content

Commit 0ca1192

Browse files
committed
Remove container build from CI
1 parent 169da90 commit 0ca1192

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Diff for: .github/workflows/ci.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,14 @@ name: CI 🔨
22

33
on:
44
pull_request:
5-
branches: ['main']
5+
branches: ["main"]
66
push:
7-
branches: ['main']
7+
branches: ["main"]
88

99
jobs:
1010
ci:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- run: npm install --production
1515
- run: "./test.sh"
16-
- uses: ./
17-
name: "Check container builds"
18-
with:
19-
format: shell
20-

0 commit comments

Comments
 (0)