Skip to content

Commit

Permalink
chore: removed unnecesarry steps
Browse files Browse the repository at this point in the history
  • Loading branch information
raaymax committed Mar 1, 2024
1 parent 82f4cdf commit 7a92821
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ jobs:
poetry install --with build
- name: install npm environment
run: |
cd ui
npm ci
cd ../e2e_tests
npm ci
npx playwright install --with-deps
run: npm ci

- name: run continuous integration pipeline
run: |
poetry run alfred ci
run: poetry run alfred ci
10 changes: 2 additions & 8 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ jobs:
poetry install --with build
- name: install npm environment
run: |
cd ui
npm ci
cd ../e2e_tests
npm ci
npx playwright install --with-deps
run: npm ci

- name: run continuous integration pipeline
run: |
poetry run alfred ci
run: poetry run alfred ci
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ jobs:
poetry install --with build
- name: install npm environment
run: |
cd ui
npm ci
cd ../e2e_tests
npm ci
npx playwright install --with-deps
run: npm ci

- name: run continuous integration pipeline
run: |
poetry run alfred ci
run: poetry run alfred ci

0 comments on commit 7a92821

Please sign in to comment.