Skip to content

Commit 3af64e6

Browse files
committed
test workflow
1 parent 7ed54d7 commit 3af64e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/setup-python@v3
1818
with:
1919
python-version: "3.11.4"
20+
- name: test
21+
run: echo "${{ github.event.push.ref }}"
2022
- name: Load cached Poetry install
2123
uses: actions/cache@v3
2224
id: cached-poetry

0 commit comments

Comments
 (0)