Skip to content

Commit c8ac3a8

Browse files
committed
update the build workflow to work on the restructured repo
1 parent 7bef364 commit c8ac3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: dargon2
22

33
on:
44
push:
5-
branches: [ main ]
65
pull_request:
7-
branches: [ main ]
86

97
jobs:
108
test:
@@ -13,6 +11,8 @@ jobs:
1311
image: google/dart:latest
1412
steps:
1513
- uses: actions/checkout@v2
14+
- name: move to dargon2 main lib
15+
run: cd dargon2
1616
- name: Install dependencies
1717
run: pub get
1818
- name: Run tests

0 commit comments

Comments
 (0)