We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af765a5 commit f478b4fCopy full SHA for f478b4f
.github/workflows/ci.yml
@@ -9,13 +9,13 @@ on:
9
10
jobs:
11
test:
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
with:
16
submodules: recursive
17
- run: make ci
18
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
19
20
name: BackstopJS
21
path: backstop/backstop_data
Makefile
@@ -13,11 +13,6 @@ wiki-exec = $(compose-exec) wiki
build:
$(compose) build
-.PHONY: touch
-touch:
- $(show-current-target)
- $(compose) exec wiki touch LocalSettings.php
-
# ======== Develop ========
22
23
.PHONY: bash
0 commit comments