Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mreinstein authored Jan 15, 2022
1 parent 0cfc5e0 commit fcb2ed0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Runs a single command using the runners shell
- name: setup
run: npm install

# Runs a single command using the runners shell
- name: tests
run: npm test

0 comments on commit fcb2ed0

Please sign in to comment.