Try openSUSE BCI Golang image
Some checks failed
/ test-on-protected-branch (push) Failing after 26s
Some checks failed
/ test-on-protected-branch (push) Failing after 26s
This commit is contained in:
parent
fb8f791513
commit
a20d4eb248
@ -2,10 +2,14 @@ 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 ref
|
||||
zypper in go
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.ACTION_TOKEN }}
|
||||
@ -16,6 +20,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