Skip to content

Commit

Permalink
Update dart-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duhanbalci committed Oct 12, 2022
1 parent 2064182 commit ec0a8a7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/dart-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
- name: Analyze project source
run: dart analyze

- name: install and run surreal
run: |
- curl -sSf https://install.surrealdb.com | sh
- surreal start --log debug --user root --pass root memory &
- name: Start SurrealDB
uses: jvllmr/surrealdb-action@1.0.0
with:
surrealdb-version: latest
surrealdb-port: 8000

# Your project will need to have tests in test/ and a dependency on
# package:test for this step to succeed. Note that Flutter projects will
Expand Down

0 comments on commit ec0a8a7

Please sign in to comment.