From 30a82350cdda38c01fd6794d9addee89ced7d10f Mon Sep 17 00:00:00 2001 From: Nick Bourdakos Date: Wed, 10 Aug 2022 20:30:20 -0700 Subject: [PATCH] Update GitHub Actions PiperOrigin-RevId: 466852802 --- .github/workflows/validate.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index d24ad79b..c7d829e7 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -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