Skip to content

Commit f478b4f

Browse files
committed
chg (ci.yml): update CI
1 parent af765a5 commit f478b4f

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ on:
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
submodules: recursive
1717
- run: make ci
18-
- uses: actions/upload-artifact@v3
18+
- uses: actions/upload-artifact@v4
1919
with:
2020
name: BackstopJS
2121
path: backstop/backstop_data

Diff for: Makefile

-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ wiki-exec = $(compose-exec) wiki
1313
build:
1414
$(compose) build
1515

16-
.PHONY: touch
17-
touch:
18-
$(show-current-target)
19-
$(compose) exec wiki touch LocalSettings.php
20-
2116
# ======== Develop ========
2217

2318
.PHONY: bash

0 commit comments

Comments
 (0)