Skip to content

Merge branch 'main' into dl/update-deps #1072

Merge branch 'main' into dl/update-deps

Merge branch 'main' into dl/update-deps #1072

Workflow file for this run

name: Compile and Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: volta-cli/action@v3
- run: yarn install --frozen-lockfile # optional, --immutable
- run: yarn tsc
- run: docker-compose up &
- run: yarn test
env:
GITHUB_TOKEN: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}