Skip to content

Commit

Permalink
Comment test action
Browse files Browse the repository at this point in the history
Not compatible with ES2019 ( .flat() )
  • Loading branch information
a2br committed Dec 26, 2020
1 parent e0ca706 commit 3e22c42
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
- name: Compile TypeScipt
uses: iCrawl/action-tsc@v1

test:
name: test
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
# test:
# name: test
# runs-on: ubuntu-latest
# steps:
# - name: Check out repository
# uses: actions/checkout@v2

- name: Run tests with Jest
uses: stefanoeb/jest-action@1.0.4
# - name: Run tests with Jest
# uses: stefanoeb/jest-action@1.0.4

0 comments on commit 3e22c42

Please sign in to comment.