Skip to content

Commit

Permalink
ci: consolidate build/test actions, test:ci requires build, saves time
Browse files Browse the repository at this point in the history
  • Loading branch information
sammccord committed Sep 25, 2024
1 parent 5e7b307 commit fc4b361
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_dispatch:

jobs:
build:
name: Build
verify:
name: Verify
runs-on: ubuntu-latest
timeout-minutes: 15

Expand Down Expand Up @@ -40,21 +40,6 @@ jobs:
VITE_SIGNER_VALIDATOR_BASE: ${{ vars.VITE_SIGNER_VALIDATOR_BASE}}
run: npx turbo build --cache-dir=".cache"

test:
name: Test
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 2
- name: Install dependencies
uses: ./.github/actions/install-dependencies
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Make envfile
uses: SpicyPizza/[email protected]
with:
Expand Down

0 comments on commit fc4b361

Please sign in to comment.