Skip to content

Commit 6feb77a

Browse files
committed
updated ubuntu version
1 parent f0351ae commit 6feb77a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Web & API Tests on PR Merge
1+
name: Run Web & API Tests on PR Merge will trigger tests on CI
22

33
on:
44
pull_request:
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
run-tests:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-latest
1111

1212
strategy:
1313
matrix:
@@ -17,10 +17,10 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/checkout@v3
1919

20-
- name: Set up Python ${{ matrix.python-version }}
20+
- name: Set up Python
2121
uses: actions/setup-python@v4
2222
with:
23-
python-version: ${{ matrix.python-version }}
23+
python-version: '3.11'
2424

2525
- name: Install dependencies
2626
run: |

0 commit comments

Comments
 (0)