Skip to content

Commit

Permalink
Update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavelka, Roman (ADV D EU CZ PDS1 CIO 1) committed Aug 28, 2023
1 parent f65127b commit 333b4d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand All @@ -31,8 +31,8 @@ jobs:
- name: Install dependencies
run: |
pipenv install --dev # Add the --dev flag if you have development dependencies in your Pipfile
pipenv install --dev
- name: Run test.py script
run: |
pipenv run python test.py # Replace 'test.py' with the path to your test script if different
pipenv run python test.py

0 comments on commit 333b4d7

Please sign in to comment.