Skip to content

Commit

Permalink
⬆️ [#50] updated dependecies and added oidc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Aug 15, 2024
1 parent 1e74635 commit 780b2e9
Show file tree
Hide file tree
Showing 20 changed files with 5,926 additions and 2,952 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quick_start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Load fixtures
run: docker compose exec -T web src/manage.py loaddata demodata
- name: Create superuser
run: docker-compose exec -T web src/manage.py createsuperuser --username admin --email [email protected] --no-input
run: docker compose exec -T web src/manage.py createsuperuser --username admin --email [email protected] --no-input
- name: Check main page
run: |
curl_status=$(curl -w '%{http_code}' -o /dev/null -s http://localhost:8000/)
Expand Down
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"mootools" : false, // MooTools
"node" : true, // Node.js
"nonstandard" : false, // Widely adopted globals (escape, unescape, etc)
"phantom" : false, // PhantomJS
"prototypejs" : false, // Prototype and Scriptaculous
"qunit" : false, // QUnit
"rhino" : false, // Rhino
Expand Down
1 change: 0 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ var configuration = function (config) {
useBrowserName: false,
},

// browsers: ['Chromium', 'Firefox', 'PhantomJS'],
browsers: ['Chromium'],
});
};
Expand Down
Loading

0 comments on commit 780b2e9

Please sign in to comment.