Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Monster
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Javascript
Monster
Commits
ca3d6375
Verified
Commit
ca3d6375
authored
1 year ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
fix: wip new pipeline
parent
96f743b4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nix/scripts/run-ci-tests.nix
+9
-1
9 additions, 1 deletion
nix/scripts/run-ci-tests.nix
with
9 additions
and
1 deletion
nix/scripts/run-ci-tests.nix
+
9
−
1
View file @
ca3d6375
...
@@ -16,12 +16,20 @@
...
@@ -16,12 +16,20 @@
cd
''$
{CI_PROJECT_DIR} || exit 1
cd
''$
{CI_PROJECT_DIR} || exit 1
${
pkgs
.
eza
}
/bin/eza -T
${
pkgs
.
eza
}
/bin/eza -T
-L2
echo "This script will run tests in the project working directory:
''$
{CI_PROJECT_DIR}"
echo "This script will run tests in the project working directory:
''$
{CI_PROJECT_DIR}"
echo "The command is executed in the current working directory and not in a nix derivation."
echo "The command is executed in the current working directory and not in a nix derivation."
TEST_CASES_PATH="
''$
{CI_PROJECT_DIR}/test/cases/"
TEST_CASES_PATH="
''$
{CI_PROJECT_DIR}/test/cases/"
if !
${
pkgs
.
corepack
}
/bin/pnpm install
then
echo "Failed to install dependencies"
exit 1
fi
${
pkgs
.
eza
}
/bin/eza -T -L2
if !
${
pkgs
.
nodePackages
.
mocha
}
/bin/mocha --colors --jobs 1 --bail --recursive
''$
{TEST_CASES_PATH}
if !
${
pkgs
.
nodePackages
.
mocha
}
/bin/mocha --colors --jobs 1 --bail --recursive
''$
{TEST_CASES_PATH}
then
then
...
...
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