Update .forgejo/workflows/build.yaml
All checks were successful
Trigger CI Pipeline / dispatch (push) Successful in 2s
All checks were successful
Trigger CI Pipeline / dispatch (push) Successful in 2s
This commit is contained in:
parent
364ed4ca4e
commit
b638d903f1
1 changed files with 0 additions and 16 deletions
|
|
@ -6,24 +6,8 @@ on:
|
|||
types: [continuwuity-push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Continuwuity
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ember/continuwuity
|
||||
ref: ${{ github.event.client_payload.ref || 'main' }}
|
||||
|
||||
- name: Install Rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --workspace
|
||||
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
needs: test
|
||||
steps:
|
||||
- name: Checkout Continuwuity
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue