mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 09:08:24 +00:00
Delete integration_test.yml
This commit is contained in:
parent
704035e070
commit
81511764c4
1 changed files with 0 additions and 20 deletions
20
.github/workflows/integration_test.yml
vendored
20
.github/workflows/integration_test.yml
vendored
|
|
@ -1,20 +0,0 @@
|
|||
name: integration_test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run frontend tests
|
||||
run: cd frontend/rust-lib && cargo test
|
||||
- name: Run shared-lib tests
|
||||
run: cd shared-lib && cargo test
|
||||
Loading…
Reference in a new issue