You've already forked reloading-manager
I would rather be playing Destiny 2.
This commit is contained in:
@@ -9,8 +9,11 @@ stages:
|
|||||||
NodeJs Tests:
|
NodeJs Tests:
|
||||||
stage: Tests
|
stage: Tests
|
||||||
image: node:22.14.0
|
image: node:22.14.0
|
||||||
except:
|
rules:
|
||||||
- tags
|
- if: '$CI_PIPELINE_SOURCE == "push"'
|
||||||
|
changes:
|
||||||
|
- frontend/**
|
||||||
|
- frontend/.gitlab-ci.yml
|
||||||
before_script:
|
before_script:
|
||||||
- cd frontend
|
- cd frontend
|
||||||
- npm install
|
- npm install
|
||||||
@@ -21,6 +24,11 @@ include:
|
|||||||
- project: 'shared/blueprints'
|
- project: 'shared/blueprints'
|
||||||
file: 'jobs/golang-tests.yml'
|
file: 'jobs/golang-tests.yml'
|
||||||
ref: master
|
ref: master
|
||||||
|
rules:
|
||||||
|
- if: '$CI_PIPELINE_SOURCE == "push"'
|
||||||
|
changes:
|
||||||
|
- backend/**
|
||||||
|
- backend/.gitlab-ci.yml
|
||||||
inputs:
|
inputs:
|
||||||
job_name: "Go Tests"
|
job_name: "Go Tests"
|
||||||
working_directory: "backend"
|
working_directory: "backend"
|
||||||
|
|||||||
Reference in New Issue
Block a user