Skip to content

Commit

Permalink
I'm just a test
Browse files Browse the repository at this point in the history
  • Loading branch information
berryd committed Jan 4, 2024
1 parent 65e5fc1 commit 6ff8491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
- name: set path
run: |
echo "PATH=$(pwd)/node_modules/.bin/:$PATH" >> $GITHUB_ENV
- name: Install Unzip
- name: Where be apt-get
run: |
which apt-get
- name: Install Unzip
run: |
dpkg install -y unzip
dpkg -i -y unzip
# - name: install python
# run: |
# curl https://www.python.org/ftp/python/3.10.13/Python-3.10.13.tgz
Expand Down

0 comments on commit 6ff8491

Please sign in to comment.