Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrook committed Jan 23, 2025
1 parent bb64f24 commit 15898b7
Show file tree
Hide file tree
Showing 164 changed files with 4,805 additions and 1,684 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
nodeVersion:
description: 'Node version'
required: true
default: '20.9.0'
default: '22.11.0'
type: string

betaVersionSuffix:
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
run: npm install @scania/tegel@${{ needs.beta-release-core.outputs.version }} --save-dev

- name: Angular-17 - Run build
run: npm run build-angular-17
run: npm run build:angular-17

- name: Check if Angular-17 version already exists
id: check-version
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
run: npm install

- name: Build Angular package
run: npm run build-angular
run: npm run build:angular

- name: Check if Angular version already exists
id: check-version
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
run: npm install

- name: Build React package
run: npm run build-react
run: npm run build:react

- name: Check if React version already exists
id: check-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/holy-grail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
nodeVersion:
description: 'Node version'
required: true
default: '20.9.0'
default: '22.11.0'
type: string

tags:
Expand Down
11 changes: 9 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
branches: [main, develop]
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- name: Install dependencies
working-directory: packages/core
Expand All @@ -33,3 +33,10 @@ jobs:
if: always()
with:
report-file: ./packages/core/results.json

- uses: actions/upload-artifact@v4
if: failure()
with:
name: playwright-output
path: ./packages/core/test-results/output ## Folder used in playwright.config.js `outputDir`
retention-days: 1
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
nodeVersion:
description: 'Node version'
required: true
default: '20.9.0'
default: '22.11.0'
type: string

jobs:
Expand Down
1 change: 1 addition & 0 deletions icons/src/svg/pie_chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion icons/src/svg/trailer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 15898b7

Please sign in to comment.