This commit is contained in:
parent
d1d02c5dfd
commit
b104c33126
1 changed files with 28 additions and 0 deletions
28
.github/workflows/test.yml
vendored
Normal file
28
.github/workflows/test.yml
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
name: Unit Tests
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo All good!
|
||||||
|
# test:
|
||||||
|
# runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
# steps:
|
||||||
|
# - name: Checkout code
|
||||||
|
# uses: actions/checkout@v4
|
||||||
|
|
||||||
|
# - name: Set up Gleam
|
||||||
|
# uses: gleam-lang/setup-gleam@v1
|
||||||
|
# with:
|
||||||
|
# gleam-version: latest
|
||||||
|
|
||||||
|
# - name: Install dependencies
|
||||||
|
# run: cd weather_portal && gleam deps download
|
||||||
|
|
||||||
|
# - name: Run tests
|
||||||
|
# run: cd weather_portal && gleam test
|
||||||
Loading…
Add table
Add a link
Reference in a new issue