stop to create .carton directory on CI

This commit is contained in:
omochimetaru 2024-05-18 00:25:38 +09:00 committed by Yuta Saito
parent 848ae5aec4
commit a44cd0db43
1 changed files with 0 additions and 8 deletions

View File

@ -34,14 +34,6 @@ jobs:
swift -v
swift build
- name: Build and install JavaScript and sanitizer resources
run: |
set -ex
npm install
swift run carton-release hash-archive
mkdir -p $HOME/.carton
cp -r static $HOME/.carton
- name: Run Tests
run: swift test
env: