mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
Create frontend_test.yml
This commit is contained in:
parent
8fc2089d51
commit
be23b4cc5a
1 changed files with 18 additions and 0 deletions
18
.github/workflows/frontend_test.yml
vendored
Normal file
18
.github/workflows/frontend_test.yml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
name: Frontend_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 tests
|
||||
run: cd frontend/rust-lib && cargo test
|
Loading…
Add table
Add a link
Reference in a new issue