Configure CI for lab1
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
name: test
|
name: lab1 - test & lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
paths:
|
||||||
- master
|
- 'lab1/**'
|
||||||
- main
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -18,6 +17,7 @@ jobs:
|
|||||||
gleam-version: "1.13.0"
|
gleam-version: "1.13.0"
|
||||||
rebar3-version: "3"
|
rebar3-version: "3"
|
||||||
# elixir-version: "1"
|
# elixir-version: "1"
|
||||||
|
- run cd lab1
|
||||||
- run: gleam deps download
|
- run: gleam deps download
|
||||||
- run: gleam test
|
- run: gleam test
|
||||||
- run: gleam format --check src test
|
- run: gleam format --check src test
|
||||||
Reference in New Issue
Block a user