Skip to content

Commit

Permalink
Merge branch 'angular-upgrade' of https://github.com/Microwawe/mamba-ui
Browse files Browse the repository at this point in the history
… into angular-upgrade
  • Loading branch information
Mirko Nowak committed Oct 21, 2023
2 parents 5f7d093 + f324e34 commit c8222e4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildsize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
component: true
command: npm run test:component
env:
ELECTRON_EXTRA_LAUNCH_ARGS: '--disable-gpu'
6 changes: 3 additions & 3 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand All @@ -16,8 +16,8 @@ jobs:
${{ runner.os }}-node-
- run: npm install
- run: npm install -g @angular/cli
- run: npm install -g @lhci/cli@0.6.x
- run: ng build --prod
- run: npm install -g @lhci/cli
- run: ng build
- run: lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16.x'
Expand All @@ -15,5 +15,5 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- run: npm install
- run: npm install -g @angular/cli@13
- run: npm install -g @angular/cli
- run: ng test --watch=false

0 comments on commit c8222e4

Please sign in to comment.