Compare commits

...

1 commit
889822 ... main

Author SHA1 Message Date
e9096af0a3
chore: remove unnecessary python action
All checks were successful
/ build (push) Successful in 5m39s
/ check-changes (push) Successful in 7s
2025-03-28 12:27:24 +01:00

View file

@ -50,9 +50,6 @@ jobs:
~/node_modules ~/node_modules
~/.cache/ms-playwright ~/.cache/ms-playwright
key: ${{ runner.os }}-pio-playwright-${{ hashFiles('**/yarn.lock') }} key: ${{ runner.os }}-pio-playwright-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-python@v5
with:
python-version: '>=3.10'
- name: Get current date - name: Get current date
id: dateAndTime id: dateAndTime
run: echo "dateAndTime=$(date +'%Y-%m-%d-%H:%M')" >> $GITHUB_OUTPUT run: echo "dateAndTime=$(date +'%Y-%m-%d-%H:%M')" >> $GITHUB_OUTPUT