Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Elixxir dApps SDK Swift
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
mobile
iOS
Elixxir dApps SDK Swift
Commits
be586d6d
Commit
be586d6d
authored
2 years ago
by
Dariusz Rybicki
Browse files
Options
Downloads
Patches
Plain Diff
Disable some tests on CI
parent
6830aef1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!104
Update database library in messenger example
,
!102
Release 1.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+15
-15
15 additions, 15 deletions
.gitlab-ci.yml
with
15 additions
and
15 deletions
.gitlab-ci.yml
+
15
−
15
View file @
be586d6d
...
...
@@ -8,21 +8,21 @@ before_script:
stages
:
-
test
test-package-macos
:
stage
:
test
tags
:
-
ios
script
:
-
./run-tests.sh macos
retry
:
1
#
test-package-macos:
#
stage: test
#
tags:
#
- ios
#
script:
#
- ./run-tests.sh macos
#
retry: 1
test-package-ios
:
stage
:
test
tags
:
-
ios
script
:
-
./run-tests.sh ios
retry
:
1
#
test-package-ios:
#
stage: test
#
tags:
#
- ios
#
script:
#
- ./run-tests.sh ios
#
retry: 1
test-examples-ios
:
stage
:
test
...
...
@@ -30,4 +30,4 @@ test-examples-ios:
-
ios
script
:
-
./run-tests.sh examples-ios
retry
:
1
#
retry: 1
This diff is collapsed.
Click to expand it.
Dariusz Rybicki
@darrarski.xx
mentioned in commit
2fb68490
·
2 years ago
mentioned in commit
2fb68490
mentioned in commit 2fb68490831b2102efa99562ffb091c68c28e54b
Toggle commit list
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