Skip to content

Commit 83ca7c1

Browse files
committed
chg (ci): update CI
- update steps
1 parent df6a3db commit 83ca7c1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Diff for: .github/workflows/ci.yml

+11-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,19 @@ jobs:
1111
test:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v4
14+
- name: Checkout
15+
uses: actions/checkout@v4
1516
with:
1617
submodules: recursive
17-
- run: make ci
18-
- uses: actions/upload-artifact@v4
18+
19+
- name: Update submodules
20+
run: git submodule update --init --remote
21+
22+
- name: Run tests
23+
run: make ci
24+
25+
- name: Upload artifact
26+
uses: actions/upload-artifact@v4
1927
with:
2028
name: BackstopJS
2129
path: backstop/backstop_data

0 commit comments

Comments
 (0)