Skip to content

Bump undici from 5.23.0 to 5.24.0 (#243) #453

Bump undici from 5.23.0 to 5.24.0 (#243)

Bump undici from 5.23.0 to 5.24.0 (#243) #453

Workflow file for this run

name: Zooni CI
on:
pull_request:
push: { branches: master }
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build docker containers and run tests
run: |
docker-compose build
docker-compose run -T --rm sugar npm test
docker-compose run -T --rm sugar npm run compile-client