Update GitHub Actions

PiperOrigin-RevId: 466852802
This commit is contained in:
Nick Bourdakos
2022-08-10 20:33:01 -07:00
committed by Copybara-Service
parent c48e27d754
commit 30a82350cd
-20
View File
@@ -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