Try openSUSE BCI Golang image
Some checks failed
/ test-on-protected-branch (push) Failing after 42s
Some checks failed
/ test-on-protected-branch (push) Failing after 42s
This commit is contained in:
parent
fb8f791513
commit
0782fc2250
@ -2,10 +2,15 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
test-on-protected-branch:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: opensuse_bci_golang
|
||||
steps:
|
||||
- name: Fix dns
|
||||
run: echo 'nameserver 1.1.1.1' > /etc/resolv.conf
|
||||
- name: Install packages
|
||||
run: |
|
||||
zypper ar http://download.suse.de/ibs/SUSE:/CA/openSUSE_Factory CA
|
||||
zypper ref
|
||||
zypper in -y ca-certificates-suse ca-certificates-suse-ucs go
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.ACTION_TOKEN }}
|
||||
@ -16,6 +21,7 @@ jobs:
|
||||
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_user_name: gitea-actions-bot
|
||||
commit_user_email: bot+gitea@example.com
|
||||
commit_author: Gitea Actions bot <bot+gitea@example.com>
|
||||
commit_message: "[skip actions] Gitea Actions run"
|
||||
commit_options: '--no-edit'
|
||||
|
Loading…
x
Reference in New Issue
Block a user