Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
os: ${{ fromJSON(github.event_name == 'pull_request' && '["ubuntu-latest","macos-latest","windows-latest"]' || '["ubuntu-latest"]') }}

env:
DEVSPACE_OAUTH_OWNER_TOKEN: ci-owner-token-that-is-long-enough
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,6 @@ jobs:
npm pkg set version="$VERSION"
node -e 'const pkg = require("./package.json"); if (pkg.version !== process.env.VERSION) process.exit(1)'

- name: Typecheck
run: pnpm typecheck

- name: Test
env:
DEVSPACE_REQUIRE_PI_SANDBOX: "0"
run: pnpm test

- name: Package install smoke test
run: pnpm test:package-install

Expand Down
Loading