Skip to content

Commit

Permalink
ci: Update test action
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiJingLong committed May 21, 2023
1 parent 500d47b commit c7256c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/check_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Check action"

on:
push:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: dart-action/dart_action_template@v1
name: Run action
2 changes: 1 addition & 1 deletion .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
run: dart pub get
shell: bash
- name: Run dart
run: dart run ${{ inputs.bin-name }}
run: dart run bin/main.dart
shell: bash

0 comments on commit c7256c1

Please sign in to comment.