Skip to content

Commit 53a6f8a

Browse files
committed
chore: test
1 parent f6ad6ad commit 53a6f8a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v3
1919

20+
- name: Test export
21+
run: |
22+
source ./.github/workflows/configMatrix.sh
23+
echo "$languages"
24+
exit -1
25+
2026
- name: Setup
2127
uses: ./.github/actions/setup
2228

0 commit comments

Comments
 (0)