-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d38a89
commit fc5f41c
Showing
5 changed files
with
80 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ node_modules/ | |
docker-compose.yml | ||
Dockerfile* | ||
*.md | ||
*.sh | ||
*.sh | ||
storybook-static/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,17 +76,8 @@ jobs: | |
- name: Install Playwright | ||
run: npx playwright install | ||
|
||
- name: Wait for the Netlify Preview | ||
uses: kamranayub/[email protected] | ||
id: waitForNetlify | ||
with: | ||
site_name: 'niaefeup-frontend-storybook' | ||
max_timeout: 300 # 5 minutes | ||
env: | ||
NETLIFY_TOKEN: ${{ secrets.NETLIFY_TOKEN }} | ||
|
||
- name: Test | ||
run: npm run test-storybook:coverage -- --url ${{ steps.waitForNetlify.outputs.url }} --ci | ||
run: npm run test-storybook:ci | ||
|
||
- name: Upload code coverage to Codecov | ||
uses: codecov/codecov-action@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ vite.config.ts.timestamp-* | |
|
||
# Test Reports | ||
/coverage | ||
storybook-static/ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters