File tree 4 files changed +7
-15
lines changed
OptimizelySDK.DemoApp/Scripts
4 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -103,17 +103,15 @@ jobs:
103
103
integration_tests :
104
104
name : Run Integration Tests
105
105
needs : [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
106
- uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
106
+ uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@jae/FSSDK-11077
107
107
secrets :
108
108
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
109
- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
110
109
111
110
fullstack_production_suite :
112
111
name : Run Performance Tests
113
112
needs : [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
114
- uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
113
+ uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@jae/FSSDK-11077
115
114
with :
116
115
FULLSTACK_TEST_REPO : ProdTesting
117
116
secrets :
118
117
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
119
- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
Original file line number Diff line number Diff line change 9
9
secrets :
10
10
CI_USER_TOKEN :
11
11
required : true
12
- TRAVIS_COM_TOKEN :
13
- required : true
14
12
jobs :
15
13
test :
16
14
runs-on : ubuntu-latest
@@ -19,23 +17,21 @@ jobs:
19
17
with :
20
18
# You should create a personal access token and store it in your repository
21
19
token : ${{ secrets.CI_USER_TOKEN }}
22
- repository : ' optimizely/travisci -tools'
23
- path : ' home/runner/travisci -tools'
20
+ repository : ' optimizely/ci-helper -tools'
21
+ path : ' home/runner/ci-helper -tools'
24
22
ref : ' master'
25
23
- name : set SDK Branch if PR
26
24
env :
27
25
HEAD_REF : ${{ github.head_ref }}
28
26
if : ${{ github.event_name == 'pull_request' }}
29
27
run : |
30
28
echo "SDK_BRANCH=$HEAD_REF" >> $GITHUB_ENV
31
- echo "TRAVIS_BRANCH=$HEAD_REF" >> $GITHUB_ENV
32
29
- name : set SDK Branch if not pull request
33
30
env :
34
31
REF_NAME : ${{ github.ref_name }}
35
32
if : ${{ github.event_name != 'pull_request' }}
36
33
run : |
37
34
echo "SDK_BRANCH=$REF_NAME" >> $GITHUB_ENV
38
- echo "TRAVIS_BRANCH=$REF_NAME" >> $GITHUB_ENV
39
35
- name : Trigger build
40
36
env :
41
37
SDK : csharp
51
47
PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
52
48
PULL_REQUEST_NUMBER : ${{ github.event.pull_request.number }}
53
49
UPSTREAM_SHA : ${{ github.sha }}
54
- TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
55
50
EVENT_MESSAGE : ${{ github.event.message }}
56
51
HOME : ' home/runner'
57
52
run : |
58
53
echo "$GITHUB_CONTEXT"
59
- home/runner/travisci -tools/trigger-script-with-status-update.sh
54
+ home/runner/ci-helper -tools/trigger-script-with-status-update.sh
Original file line number Diff line number Diff line change 7
7
</p >
8
8
9
9
<p align =" center " >
10
- <a href="https://travis-ci.org/FezVrasta/popper.js/branches" target="_blank"><img src="https://travis-ci.org/FezVrasta/popper.js.svg?branch=master" alt="Build Status"/></a>
11
10
<img src="http://img.badgesize.io/https://unpkg.com/popper.js/dist/popper.min.js?compression=gzip" alt="Stable Release Size"/>
12
11
<a href="https://www.bithound.io/github/FezVrasta/popper.js"><img src="https://www.bithound.io/github/FezVrasta/popper.js/badges/score.svg" alt="bitHound Overall Score"></a>
13
12
<a href="https://codeclimate.com/github/FezVrasta/popper.js/coverage"><img src="https://codeclimate.com/github/FezVrasta/popper.js/badges/coverage.svg" alt="Istanbul Code Coverage"/></a>
@@ -34,7 +33,7 @@ to make it possible to position it near a given reference element.
34
33
35
34
The engine is completely modular and most of its features are implemented as ** modifiers**
36
35
(similar to middlewares or plugins).
37
- The whole code base is written in ES2015 and its features are automatically tested on real browsers thanks to [ SauceLabs] ( https://saucelabs.com/ ) and [ TravisCI ] ( https://travis-ci.org/ ) .
36
+ The whole code base is written in ES2015 and its features are automatically tested on real browsers thanks to [ SauceLabs] ( https://saucelabs.com/ ) .
38
37
39
38
Popper.js has zero dependencies. No jQuery, no LoDash, nothing.
40
39
It's used by big companies like [ Twitter in Bootstrap v4] ( https://getbootstrap.com/ ) , [ Microsoft in WebClipper] ( https://github.com/OneNoteDev/WebClipper ) and [ Atlassian in AtlasKit] ( https://aui-cdn.atlassian.com/atlaskit/registry/ ) .
Original file line number Diff line number Diff line change 1
1
# Optimizely C# SDK
2
2
![ Semantic] ( https://img.shields.io/badge/sem-ver-lightgrey.svg?style=plastic )
3
- [ ![ Build Status ] ( https://travis-ci.org /optimizely/csharp-sdk. svg?branch=master )] ( https://travis-ci.org/optimizely/csharp-sdk )
3
+ ![ CI ] ( https://github.com /optimizely/csharp-sdk/actions/workflows/csharp.yml/badge. svg?branch=master )
4
4
[ ![ NuGet] ( https://img.shields.io/nuget/v/Optimizely.SDK.svg?style=plastic )] ( https://www.nuget.org/packages/Optimizely.SDK/ )
5
5
[ ![ Apache 2.0] ( https://img.shields.io/github/license/nebula-plugins/gradle-extra-configurations-plugin.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
6
6
You can’t perform that action at this time.
0 commit comments