Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 6e96d09

Browse files
committed
Exclude example folder on CI
1 parent ae74fa5 commit 6e96d09

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
uses: actions/checkout@master
1111
- name: Run tests
1212
uses: comigor/actions/dart-test@master
13+
env:
14+
DTA_EXCLUDE_REGEX: example
1315
check-version-and-changelog:
1416
needs: test
1517
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)