Skip to content

completed the task 20-MeetupCover-style-v-bind #18

completed the task 20-MeetupCover-style-v-bind

completed the task 20-MeetupCover-style-v-bind #18

Workflow file for this run

name: Tests workflow
on: pull_request
jobs:
build:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '20.14.0'
- run: npm ci
- run: npm test
env:
CI: true