mirror of
https://github.com/theyakka/qr.flutter.git
synced 2026-03-13 08:20:10 +08:00
remove github actions
This commit is contained in:
22
.github/workflows/dart.yml
vendored
22
.github/workflows/dart.yml
vendored
@@ -1,22 +0,0 @@
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: "12.x"
|
||||
- uses: subosito/flutter-action@v1
|
||||
with:
|
||||
channel: dev
|
||||
- run: flutter pub get
|
||||
- run: flutter test
|
||||
Reference in New Issue
Block a user