Skip to content

Commit

Permalink
Merge branch 'main' into feat/fix-and-update-csv
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <steve.cassidy@mq.edu.au>
  • Loading branch information
stevecassidy committed Oct 10, 2024
2 parents cc282fc + cc72471 commit f9a93ca
Show file tree
Hide file tree
Showing 96 changed files with 22,082 additions and 7,180 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/nightly-android-testbuild.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Nightly Android builds

on:
push:
branches:
- main

workflow_dispatch:

schedule:
Expand Down Expand Up @@ -128,11 +124,13 @@ jobs:
export VITE_COMMIT_VERSION=${{env.version_string}}
export VITE_SHOW_WIPE=true
export VITE_SHOW_MINIFAUXTON=true
export VITE_CONDUCTOR_URL=${{env.NIGHTLY_CONDUCTOR_URL}}
export VITE_CONDUCTOR_URL=${{vars.NIGHTLY_CONDUCTOR_URL}}
export VITE_PRODUCTION_BUILD=true
export VITE_SERVICES=FAIMSTEXT
export VITE_SERVICES=FAIMSTEXT
export VITE_PROD_BUILD=true
export VITE_TAG=prodAndroid
export VITE_TAG=prodAndroid
VITE_NOTEBOOK_LIST_TYPE=tabs
VITE_THEME=default
export VITE_BUGSNAG_KEY=${{secrets.BUGSNAG_KEY}}
git clean -xfd
npm ci
Expand Down
2 changes: 2 additions & 0 deletions api/api_testing/.env.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
API_TOKEN=<your API token here>
BASE_URL=http://localhost:8000
1 change: 1 addition & 0 deletions api/api_testing/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.env
Loading

0 comments on commit f9a93ca

Please sign in to comment.