Skip to content

Merge pull request #69 from vaimee/dependabot/npm_and_yarn/axios-1.6.0 #213

Merge pull request #69 from vaimee/dependabot/npm_and_yarn/axios-1.6.0

Merge pull request #69 from vaimee/dependabot/npm_and_yarn/axios-1.6.0 #213

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Main
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
- run: npm ci
- run: npm run build
unit:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
- run: npm ci
- run: npm run test
e2e:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
- run: npm ci
- name: End to End tests
run: npm run test:e2e