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 9ae6acf commit 60e3c19Copy full SHA for 60e3c19
.github/workflows/main.yml
@@ -0,0 +1,28 @@
1
+name: CI
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
7
+jobs:
8
+ build:
9
+ runs-on: onec-linux
10
11
+ steps:
12
+ - uses: actions/checkout@v2
13
14
+ - name: Setup Onescript Action
15
+ uses: otymko/[email protected]
16
+ with:
17
+ version: 1.4.0
18
19
+ # Runs a single command using the runners shell
20
+ - name: Install dependencies
21
+ run: |
22
+ opm install -l
23
+ opm install 1bdd 1testrunner coverage
24
25
+ # Runs a set of commands using the runners shell
26
+ - name: Run tests
27
28
+ oscript ./tasks/coverage.os
0 commit comments