From fbba83cab44c786a2cf8092bf90250c75f423555 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Tue, 30 Apr 2024 21:56:55 -0300 Subject: [PATCH] fix(ci): change image --- .forgejo/workflows/tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml index 62ecac4..086009f 100644 --- a/.forgejo/workflows/tests.yml +++ b/.forgejo/workflows/tests.yml @@ -2,12 +2,10 @@ name: Tests on: push jobs: test: - runs-on: alpine-plus + runs-on: ubuntu-latest steps: - name: Checkout - run: | - git clone --depth 1 \ - http://${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}@${{ secrets.FORGEJO_DOMAIN }}/dot013/.mdparser + uses: actions/checkout@v4 - name: Install nix uses: actions/nix-quick-install-action@v27 - name: Setup cachix