Skip to content

Commit

Permalink
updated pyb-tests.yml branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kiridarivaki authored Apr 25, 2024
1 parent 08407ba commit 1ad6284
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pyb-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: PyBuilder Test CI

on:
Expand All @@ -14,20 +13,20 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Set PYTHONPATH
run: export PYTHONPATH=$PYTHONPATH:/skillsync

- name: Navigate to project directory
run: cd skillsync

- name: Install PyBuilder
run: pip install pybuilder

- name: Run PyBuilder tests
run: pyb run_unit_tests

0 comments on commit 1ad6284

Please sign in to comment.