Skip to content

Commit

Permalink
Add backend_addon functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jul 8, 2024
1 parent 5ef7fed commit 5c991a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/backend_addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,13 @@ jobs:
working-directory: backend_addon
run: |
make generate
- name: Install generated package
working-directory: backend_addon/collective.addon
run: |
make install
- name: Check generated package
working-directory: backend_addon/collective.addon
run: |
make check
1 change: 1 addition & 0 deletions backend_addon/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
collective.addon
2 changes: 1 addition & 1 deletion backend_addon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ all: build

TEMPLATE = $(shell basename $(CURRENT_DIR))
ADDON_FOLDER_NAME = collective.addon
BASE_FOLDER = ../
BASE_FOLDER = ..
BIN_FOLDER = ${BASE_FOLDER}/bin


Expand Down

0 comments on commit 5c991a0

Please sign in to comment.