mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Update GitHub Actions
PiperOrigin-RevId: 466852802
This commit is contained in:
committed by
Copybara-Service
parent
c48e27d754
commit
30a82350cd
@@ -6,26 +6,6 @@ env:
|
||||
FORCE_COLOR: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- name: Build
|
||||
run: swift build
|
||||
|
||||
test:
|
||||
name: Test
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- name: Test
|
||||
run: swift test
|
||||
|
||||
build-swift:
|
||||
name: Build Swift
|
||||
runs-on: macOS-latest
|
||||
|
||||
Reference in New Issue
Block a user