* fix devel sysupgrade * fix ci stuck on .po
@@ -9,11 +9,7 @@ jobs:
strategy:
matrix:
arch:
- [
- "linux/amd64 x86_64",
- "linux/arm/v7 armv7h",
- "linux/arm64 aarch64",
- ]
+ ["linux/amd64 x86_64", "linux/arm/v7 armv7h", "linux/arm64 aarch64"]
name: Build ${{ matrix.arch }}
runs-on: ubuntu-latest
steps:
@@ -1,11 +1,6 @@
name: Test against pacman
on:
pull_request:
- paths-ignore:
- - "doc/**"
- - "**/*.po"
- - "README.md"
- - ".gitignore"
jobs:
build:
@@ -24,4 +19,4 @@ jobs:
- name: Lint
run: /app/bin/golangci-lint run ./...
- name: Run Build and Tests
- run: make test
+ run: make test