Compare commits
1 commit
244835df1a
...
0b0c4cfc08
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0b0c4cfc08 |
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,6 @@ jobs:
|
|||
submodules: recursive
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
node-version: lts/*
|
||||
cache: yarn
|
||||
cache-dependency-path: '**/yarn.lock'
|
||||
|
@ -50,6 +49,9 @@ jobs:
|
|||
~/node_modules
|
||||
~/.cache/ms-playwright
|
||||
key: ${{ runner.os }}-pio-playwright-${{ hashFiles('**/yarn.lock') }}
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '>=3.10'
|
||||
- name: Get current date
|
||||
id: dateAndTime
|
||||
run: echo "dateAndTime=$(date +'%Y-%m-%d-%H:%M')" >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Add table
Reference in a new issue