Skip to content

Commit 9449565

Browse files
committed
[CI] Add support for GitHub Actions
1 parent 80b68a5 commit 9449565

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: pull_request
2+
3+
on:
4+
pull_request:
5+
types: [opened, reopened, synchronize]
6+
7+
jobs:
8+
tests:
9+
name: tests
10+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11+
with:
12+
exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
13+
pre_build_command: "apt-get update -y -q && apt-get install -y -q default-jdk"

0 commit comments

Comments
 (0)