Skip to content

Commit

Permalink
ci: disable e2e tests in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <[email protected]>
  • Loading branch information
castarco committed Mar 13, 2024
1 parent 384e627 commit d181e30
Show file tree
Hide file tree
Showing 9 changed files with 114 additions and 115 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ jobs:
run: pnpm lint
- name: Run Unit Tests
run: pnpm test:unit:coverage
- name: Run End-to-End Tests
run: pnpm test:e2e:coverage
# Disabled until we discover how to run "network-related" tests in CI
# - name: Run End-to-End Tests
# run: pnpm test:e2e:coverage
2 changes: 1 addition & 1 deletion e2e/fixtures/dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.2.3",
"astro": "^4.5.2"
"astro": "^4.5.3"
},
"devDependencies": {
"@kindspells/astro-shield": "link:../../.."
Expand Down
47 changes: 23 additions & 24 deletions e2e/fixtures/dynamic/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/fixtures/hybrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@astrojs/node": "^8.2.3",
"astro": "^4.5.2"
"astro": "^4.5.3"
},
"devDependencies": {
"@kindspells/astro-shield": "link:../../.."
Expand Down
47 changes: 23 additions & 24 deletions e2e/fixtures/hybrid/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/fixtures/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"astro": "^4.5.2"
"astro": "^4.5.3"
},
"devDependencies": {
"@kindspells/astro-shield": "link:../../.."
Expand Down
Loading

0 comments on commit d181e30

Please sign in to comment.