Your Name 345fdf0035
Some checks failed
test-actions / build (push) Failing after 4s
'Generic Commit'
2025-06-01 11:30:56 +12:00

25 lines
498 B
YAML

name: test-actions
run-name: Test Actions
on: [push]
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Gitea
uses: docker/login-action@v3
with:
registry: gitea.jde.nz
username: DoesntMatter
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
- name: Test
run: |
HOST_WORKSPACE_PATH="${{ github.workspace }}" ./test.sh