Files
continuwuity/.forgejo/workflows/test.yaml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
269 B
YAML
Raw Normal View History

2025-04-16 15:00:59 +01:00
name: Test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
2025-04-16 15:05:05 +01:00
- name: Set env
run: echo "GITHUB_SHA_SHORT=$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV
- name: Test
2025-04-16 15:07:16 +01:00
if: false
2025-04-16 15:05:05 +01:00
run: echo $GITHUB_SHA_SHORT