1
0
mirror of https://gitea.com/gitea/act synced 2026-05-01 01:27:48 +02:00
Files
act/.github/workflows/push.yml
Casey Lee 0582306861 unit tests
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:31 -05:00

10 lines
153 B
YAML

name: push
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/check
- uses: ./.github/workflows/integration