mirror of
https://github.com/Luzifer/ots.git
synced 2025-03-17 22:46:01 -04:00
Cleanup test workflow
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
1f52d8056e
commit
45184a496e
23
.github/workflows/test-and-build.yml
vendored
23
.github/workflows/test-and-build.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
container:
|
||||
image: luzifer/archlinux
|
||||
image: ghcr.io/luzifer-docker/gh-arch-env
|
||||
env:
|
||||
CGO_ENABLED: 0
|
||||
GOPATH: /go
|
||||
@ -25,27 +25,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Enable custom AUR package repo
|
||||
run: echo -e "[luzifer]\nSigLevel = Never\nServer = https://archrepo.hub.luzifer.io/\$arch" >>/etc/pacman.conf
|
||||
|
||||
- name: Install required packages
|
||||
run: |
|
||||
pacman -Syy --noconfirm \
|
||||
awk \
|
||||
curl \
|
||||
diffutils \
|
||||
git \
|
||||
go \
|
||||
golangci-lint-bin \
|
||||
make \
|
||||
nodejs-lts-hydrogen \
|
||||
npm \
|
||||
tar \
|
||||
trivy \
|
||||
unzip \
|
||||
which \
|
||||
zip
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Marking workdir safe
|
||||
|
Loading…
x
Reference in New Issue
Block a user