Skip to content

Commit

Permalink
increase timeout-minutes for test
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikMatiasko committed Aug 6, 2024
1 parent 0f73624 commit e6f2e0e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 319 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ on:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 45
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
check-latest: true
node-version: '20.x'

- name: Install deps
run: |
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.x'

- name: Install dependencies
run: npm install

- uses: bitovi/[email protected]
with:
path: storybook-static
Expand Down
2 changes: 0 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


module.exports = function(api) {
api.cache(true)
api.assertVersion("^7.19.3")
Expand Down
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
":pretest": "npm-run-all test lint",
"test": "jest -c ./config/jest.config.js",
"test:watch": "jest -c ./config/jest.config.js --watchAll",
"build": "npm-run-all prebuild build:legacy build:modern build:node build:stable build:copy-files",
"build:legacy": "node ./scripts/build legacy",
"build:modern": "node ./scripts/build modern",
"build:node": "node ./scripts/build node",
"build:stable": "node ./scripts/build stable",
"build:stable:watch": "node ./scripts/build stable --watch",
"build:copy-files": "node ./scripts/copy-files.js",
"lint": "npm-run-all :lint:eslint :lint:prettier",
":lint:eslint": "eslint --ext .js,.jsx,.ts,.tsx -c .eslintrc.js --max-warnings 0 ./src",
":lint:eslint:gh": "eslint --ext .js,.jsx,.ts,.tsx -c .eslintrc.js --max-warnings 0 --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif ./src",
Expand Down
131 changes: 0 additions & 131 deletions scripts/build.js

This file was deleted.

175 changes: 0 additions & 175 deletions scripts/copy-files.js

This file was deleted.

0 comments on commit e6f2e0e

Please sign in to comment.