Optimised the pipeline

Replaced the test video with a lower size version in an attempt at keeping this shitty gitlab.rlp provided action running from crashing constantly
This commit is contained in:
2025-12-13 18:46:02 +01:00
parent 6512b50d83
commit 3ce632bf8d
2 changed files with 17 additions and 12 deletions
+17 -12
View File
@@ -1,24 +1,29 @@
image: node:latest
stages:
- install
# - install
- test
job-install:
stage: install
script:
- npm install
artifacts:
untracked: false
when: on_success
access: all
expire_in: "30 days"
paths:
- node_modules
# job-install:
# stage: install
# script:
# - npm install
# artifacts:
# untracked: false
# when: on_success
# access: all
# expire_in: "30 days"
# paths:
# - node_modules
new version of the test that runs in one stage, hopefully resolves this nasty issue where the provided action running shits itself because whoever set it up only gave it 500 Bytes of storage space for each pipleline
job-test:
stage: test
script:
- npm install
- echo "ASSEMBLYAI_API_KEY=$apikey_assembly" > .env
- echo "GOOGLE_API_KEY=$apikey_gemini" >> .env
- npm test
Binary file not shown.