MeetUp/.github/workflows/tests.yml
Dominik Stahl 479e31987e
Some checks failed
container-scan / Container Scan (pull_request) Successful in 2m47s
tests / Tests (pull_request) Failing after 8s
docker-build / docker (pull_request) Successful in 3m39s
chore: add testing workflow
2025-05-12 23:00:29 +02:00

26 lines
621 B
YAML

name: tests
on:
push:
branches:
- main
- renovate/*
pull_request:
jobs:
tests:
name: Tests
runs-on: docker
container:
image: ghcr.io/di0ik/forgejo_runner_container:main@sha256:672aee9a5dfc35531db3a218ad9486eb5c5d7d9ac10bdcba13110470c10403ee
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Enable corepack
run: corepack enable
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: yarn run build
start: yarn start
component: true