Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supply JSKit runtime in SwiftPM resources #193

Merged
merged 12 commits into from
May 12, 2022
Prev Previous commit
Next Next commit
Update .github/workflows/test.yml
Co-authored-by: Yuta Saito <kateinoigakukun@gmail.com>
  • Loading branch information
MaxDesiatov and kateinoigakukun authored May 12, 2022
commit 23d9529e0b84e87de498bf90050e2c9a466ee72b
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
make test
- name: Check if SwiftPM resources are stale
run:
make regenerate_swiftpm_resources
git diff --exit-code Sources/JavaScriptKit/Runtime

native-build:
Expand Down