setup-forgejo/testdata/sanity-checks/.forgejo/workflows/test.yml

25 lines
784 B
YAML
Raw Normal View History

2023-04-01 05:08:06 -04:00
# SPDX-License-Identifier: MIT
2023-03-25 11:57:11 -04:00
name: Setup Forgejo
run-name: ${{ github.actor }} is setting up Forgejo
on: [push]
jobs:
setup-forgejo:
runs-on: self-hosted
steps:
- run: |
echo +++++++++++++++++++++++++++++++++++++++++++
echo about to actions/checkout@v3 for SELF@vTest
2023-03-25 11:57:11 -04:00
- uses: actions/checkout@v3
2023-03-25 17:53:12 -04:00
- id: forgejo
uses: SELF@vTest
2023-03-25 18:07:01 -04:00
with:
image-version: 1.19
- run: |
echo +++++++++++++++++++++++++++++++++++++++++++
echo sanity checking the reset of setup-forgejo
2023-03-25 17:53:12 -04:00
set -ex
2023-03-29 12:46:49 -04:00
test "${{ steps.forgejo.outputs.token }}"
2023-03-30 10:11:04 -04:00
test "FORGEJO_TOKEN" -a "FORGEJO_TOKEN" != F'O'RGEJO_TOKEN
2023-03-25 18:07:01 -04:00
curl ${{ steps.forgejo.outputs.url }}/api/forgejo/v1/version | grep 1.19