Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test suite #217

Merged
merged 30 commits into from
Feb 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
cc8769c
Add test suite
mattiagiupponi Dec 5, 2023
a5b9272
Add test suite
mattiagiupponi Dec 5, 2023
a553e5b
Add test suite
mattiagiupponi Dec 5, 2023
3feb103
Add test suite
mattiagiupponi Dec 5, 2023
9599b27
Add test suite
mattiagiupponi Dec 5, 2023
9c8b4bc
Add test suite
mattiagiupponi Dec 5, 2023
04c8e60
Add test suite
mattiagiupponi Dec 5, 2023
73bd005
Add test suite
mattiagiupponi Dec 5, 2023
2cc7bac
Add test suite
mattiagiupponi Dec 5, 2023
2bfb529
Add test suite
mattiagiupponi Dec 5, 2023
8ea2c53
Add test suite
mattiagiupponi Dec 5, 2023
98e6a43
Add test suite
mattiagiupponi Dec 5, 2023
2c29c90
Add test suite
mattiagiupponi Dec 6, 2023
32f8eed
Add test suite
mattiagiupponi Dec 6, 2023
87685fb
Add test suite
mattiagiupponi Dec 6, 2023
1374acd
Add test suite
mattiagiupponi Dec 6, 2023
99df3e2
Add test suite
mattiagiupponi Dec 6, 2023
864c249
Add test suite
mattiagiupponi Dec 6, 2023
25fb026
Fix test run command
mattiagiupponi Jan 31, 2024
cde58d7
Merge branch 'master' of github.com:GeoNode/geonode-importer into ISS…
mattiagiupponi Feb 1, 2024
18eb79c
Merge branch 'master' of github.com:GeoNode/geonode-importer into ISS…
mattiagiupponi Feb 1, 2024
7416d34
FIx build
mattiagiupponi Feb 1, 2024
ddf5b7d
FIx build
mattiagiupponi Feb 1, 2024
031f2ae
Fix github workflow
mattiagiupponi Feb 1, 2024
150d77d
Fix github workflow
mattiagiupponi Feb 1, 2024
794dc71
Fix github workflow
mattiagiupponi Feb 1, 2024
020cd50
Fix github workflow
mattiagiupponi Feb 1, 2024
a507800
Fix importer tests
mattiagiupponi Feb 2, 2024
efb4d21
Fix test suite
mattiagiupponi Feb 5, 2024
9f4a1de
Fix test suite
mattiagiupponi Feb 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add test suite
mattiagiupponi committed Dec 6, 2023
commit 32f8eed68352007e7b3a1e70a5dd6ca8a9c49f8a
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4ù
uses: actions/checkout@v4
- uses: adambirds/docker-compose-action@v1.3.0
with:
compose-file: "docker-compose-test.yaml"