Skip to content

Commit

Permalink
Fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Dec 26, 2024
1 parent 5bf534a commit 4fb04aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cocos-publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
gulp LKG
gulp clean
npm pack ./
mv typescript-*.tgz typescript.tgz
mv cocos-typescript-*.tgz typescript.tgz
- name: Upload built tarfile
uses: actions/upload-artifact@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-branch-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
run: |
npm ci
npm test
- name: Adding playwright
run: npm install --no-save --no-package-lock playwright
- name: Validate the browser can import TypeScript
run: gulp test-browser-integration
# - name: Adding playwright
# run: npm install --no-save --no-package-lock playwright
# - name: Validate the browser can import TypeScript
# run: gulp test-browser-integration
- name: LKG, clean, and pack
run: |
gulp LKG
Expand Down

0 comments on commit 4fb04aa

Please sign in to comment.