File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 7474 - name : Run Tests
7575 run : yarn workspace ember-css-modules test
7676
77-
7877 test-windows :
7978 name : Windows
8079 runs-on : windows-latest
9190 - name : Run Tests
9291 run : yarn workspace ember-css-modules test
9392
94- test-try :
95- name : Ember Try
96- runs-on : ubuntu-latest
97- needs : [test-locked-deps]
98- strategy :
99- matrix :
100- scenario :
101- - ember-release
102- - ember-beta
103- - ember-canary
104- steps :
105- - name : Checkout Code
106- uses : actions/checkout@v1
107- - name : Install Node
108- uses : actions/setup-node@v1
109- with :
110- node-version : 12
111- - name : Install Dependencies
112- run : yarn install --frozen-lockfile
113- - name : Try Scenario
114- run : yarn workspace ember-css-modules ember try:one ${{ matrix.scenario }}
115-
11693 test-packages :
11794 name : Test Packages
11895 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments