Skip to content

Chinmay's Submission #32

Chinmay's Submission

Chinmay's Submission #32

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm run test:remote