Skip to content

Commit 851b9ac

Browse files
fix: re-enable test workflow
1 parent 7bcad18 commit 851b9ac

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/test-app.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# name: Test paste.py 🐍
1+
name: Test paste.py 🐍
22

3-
# on:
4-
# pull_request:
5-
# branches: [ main ]
3+
on:
4+
pull_request:
5+
branches: [ main ]
66

7-
# jobs:
8-
# build:
9-
# runs-on: ubuntu-latest
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
1010

11-
# steps:
12-
# - uses: actions/checkout@v3
13-
# - name: Setup PDM
14-
# uses: pdm-project/setup-pdm@v3
15-
# with:
16-
# python-version: 3.11
17-
# cache: true
18-
# cache-dependency-path: '**/pdm.lock'
19-
# - name: Install dependencies
20-
# run: pdm install
21-
# - name: Run tests
22-
# run: pdm test
11+
steps:
12+
- uses: actions/checkout@v3
13+
- name: Setup PDM
14+
uses: pdm-project/setup-pdm@v3
15+
with:
16+
python-version: 3.11
17+
cache: true
18+
cache-dependency-path: '**/pdm.lock'
19+
- name: Install dependencies
20+
run: pdm install
21+
- name: Run tests
22+
run: pdm test

0 commit comments

Comments
 (0)