Skip to content

Commit

Permalink
Test releases
Browse files Browse the repository at this point in the history
  • Loading branch information
MonicaOlejniczak committed Jul 15, 2024
1 parent e05b94d commit 3edb0d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
name: dev-release

on:
push:
branches:
- molejniczak/test-releases
workflow_dispatch:

jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ jobs:
- uses: bahmutov/npm-install@v1.8.35
- name: Build native packages
run: yarn build-native-${{ inputs.profile }}
- name: Build node packages
run: yarn build
- name: Build TypeScript types
run: yarn build-ts
- name: Download artifacts
uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"unlink-all": "node scripts/unlink-all.js packages",
"check": "flow check",
"lint": "eslint . && prettier \"./packages/*/*/{src,bin,test}/**/*.{js,json,md}\" --list-different && cargo fmt --all -- --check",
"prepublishOnly": "yarn adjust-versions && yarn build && yarn build-ts",
"prepublishOnly": "yarn adjust-versions",
"test:unit": "cross-env NODE_ENV=test mocha --timeout 5000 && cargo test",
"test:integration": "yarn workspace @parcel/integration-tests test",
"test:integration-ci": "yarn workspace @parcel/integration-tests test-ci",
Expand Down

0 comments on commit 3edb0d7

Please sign in to comment.