Skip to content

Commit

Permalink
feat: Update test.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
valter-silva-au committed Mar 1, 2024
1 parent 431f2de commit 902d361
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,7 @@ jobs:
test:
runs-on: [ubuntu-latest]
steps:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"

- name: Create Makefile
run: |
git init
echo 'export WORKSPACE=$(shell pwd)' | tee Makefile
echo 'export HABITS = $(WORKSPACE)/habits' | tee --append Makefile
echo 'include $(HABITS)/lib/make/Makefile' | tee --append Makefile
echo 'include $(HABITS)/lib/make/*/Makefile' | tee --append Makefile
- name: Clone repository
uses: actions/checkout@v3
with:
path: habits
- uses: actions/checkout@v4

- name: Habits Install
run: make habits/install
Expand Down

0 comments on commit 902d361

Please sign in to comment.