local-setup-go/.gitea/workflows/ci.yml
soul-walker c4f6ea909f
All checks were successful
Continuous Integration / GitHub Actions Test (push) Successful in 24s
缓存未命中测试
2024-03-13 15:42:38 +08:00

33 lines
564 B
YAML

name: Continuous Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
test-action:
name: GitHub Actions Test
runs-on: local-test
steps:
- name: Checkout
id: checkout
uses: http://120.46.212.6:3000/joylink/checkout@v4
- name: Test Local Action
id: test-action
uses: ./
with:
go-version: '1.22.1'
- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.go-version }}"