We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed54d7 commit 3af64e6Copy full SHA for 3af64e6
.github/workflows/tests.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: actions/setup-python@v3
18
with:
19
python-version: "3.11.4"
20
+ - name: test
21
+ run: echo "${{ github.event.push.ref }}"
22
- name: Load cached Poetry install
23
uses: actions/cache@v3
24
id: cached-poetry
0 commit comments