Skip to content

Commit 60e3c19

Browse files
committed
Create main.yml
1 parent 9ae6acf commit 60e3c19

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/workflows/main.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
run: |
28+
oscript ./tasks/coverage.os

0 commit comments

Comments
 (0)