mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-02 03:50:55 +00:00
add test.yml workflow to test this action
This commit is contained in:
16
.github/workflows/test.yml
vendored
Normal file
16
.github/workflows/test.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: test
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
jobs:
|
||||||
|
use-action:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3.2.0
|
||||||
|
|
||||||
|
- name: Use this action
|
||||||
|
uses: ./
|
||||||
|
|
||||||
|
- name: Run build result
|
||||||
|
run: ./build/hello_world
|
||||||
Reference in New Issue
Block a user