Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
YTB-137: steps for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
rowolff committed Sep 23, 2021
1 parent 2f93627 commit c608162
Show file tree
Hide file tree
Showing 2 changed files with 5,681 additions and 140 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 13
- run: |
- name: ci for ui
run: |
npm ci
DANGEROUS_TEST_MODE_ARGUMENT=true npm run test:unit
DANGEROUS_TEST_MODE_ARGUMENT=true npm run test:consumer
DANGEROUS_TEST_MODE_ARGUMENT=true npm run test:provider
npm run build
- name: test for importer
run: |
cd ./scripts
npm i
npm ci
npm run test
Loading

0 comments on commit c608162

Please sign in to comment.