Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
project2-it2810
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mikkel Marstein
project2-it2810
Commits
763a4c09
"src/components/CommunityComponents/CommunityHeader.vue" did not exist on "7c49ce44ecdb941a8e0b4671958403811d723c17"
Verified
Commit
763a4c09
authored
3 years ago
by
Birk Gustav Samson Stoveland
Browse files
Options
Downloads
Patches
Plain Diff
feat: add tests to ci
parent
aa54a734
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-0
7 additions, 0 deletions
.gitlab-ci.yml
with
7 additions
and
0 deletions
.gitlab-ci.yml
+
7
−
0
View file @
763a4c09
...
@@ -3,6 +3,7 @@ image: node
...
@@ -3,6 +3,7 @@ image: node
stages
:
stages
:
-
build
-
build
-
lint
-
lint
-
test
build site
:
build site
:
image
:
node
image
:
node
...
@@ -26,3 +27,9 @@ prettier:
...
@@ -26,3 +27,9 @@ prettier:
script
:
script
:
-
npm i prettier
-
npm i prettier
-
npm run-script prettier
-
npm run-script prettier
testing
:
stage
:
test
script
:
-
npm i jest
-
nprm run tests
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment