Try openSUSE BCI Golang image
Some checks failed
/ test-on-protected-branch (push) Failing after 27s

This commit is contained in:
Elisei Roca 2024-12-20 23:43:40 +01:00
parent fb8f791513
commit 01f7208744

View File

@ -2,10 +2,14 @@ on: [push]
jobs: jobs:
test-on-protected-branch: test-on-protected-branch:
runs-on: ubuntu-latest runs-on: opensuse_bci_golang
steps: steps:
- name: Fix dns - name: Fix dns
run: echo 'nameserver 1.1.1.1' > /etc/resolv.conf run: echo 'nameserver 1.1.1.1' > /etc/resolv.conf
- name: Install packages
run: |
zypper ref
zypper in -y go
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
token: ${{ secrets.ACTION_TOKEN }} token: ${{ secrets.ACTION_TOKEN }}
@ -16,6 +20,7 @@ jobs:
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with: with:
commit_user_name: gitea-actions-bot commit_user_name: gitea-actions-bot
commit_user_email: bot+gitea@example.com
commit_author: Gitea Actions bot <bot+gitea@example.com> commit_author: Gitea Actions bot <bot+gitea@example.com>
commit_message: "[skip actions] Gitea Actions run" commit_message: "[skip actions] Gitea Actions run"
commit_options: '--no-edit' commit_options: '--no-edit'