Skip to content

Commit

Permalink
chg (ci.yml): update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinn-it-ilm committed Dec 12, 2024
1 parent af765a5 commit f478b4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- run: make ci
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: BackstopJS
path: backstop/backstop_data
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ========

.PHONY: bash
Expand Down

0 comments on commit f478b4f

Please sign in to comment.