We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473821e commit 4114b21Copy full SHA for 4114b21
.github/workflows/test.yml
@@ -0,0 +1,39 @@
1
+name: Setup test
2
+on:
3
+ pull_request:
4
+ push:
5
+ branches:
6
+ - "main"
7
+jobs:
8
+ test-linux:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Checkout
12
+ uses: actions/checkout@v2
13
+
14
+ - run: sleep 5
15
16
+ - name: use the action
17
+ uses: ./
18
+ with:
19
+ version: "latest"
20
21
+ - name: show outputs
22
+ run: |
23
+ github-comment --version
24
+ test-darwin:
25
+ runs-on: macos-latest
26
27
28
29
30
31
32
33
34
35
36
37
38
39
0 commit comments