@@ -49,50 +49,50 @@ jobs:
49
49
run : |
50
50
cd packages/e2e-tests
51
51
yarn test:e2e
52
- - name : Create Issue
53
- if : failure()
54
- uses : JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd
55
- env :
56
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
57
- RUN_LINK : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
58
- with :
59
- filename : .github/CANARY_FAILURE_TEMPLATE.md
52
+ # - name: Create Issue
53
+ # if: failure()
54
+ # uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd
55
+ # env:
56
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
+ # RUN_LINK: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
58
+ # with:
59
+ # filename: .github/CANARY_FAILURE_TEMPLATE.md
60
60
61
- job_ember_canary_test :
62
- name : Ember Canary Tests
63
- runs-on : ubuntu-20.04
64
- timeout-minutes : 30
65
- strategy :
66
- fail-fast : false
67
- matrix :
68
- scenario : [ember-release, embroider-optimized, ember-4.0]
69
- steps :
70
- - name : ' Check out current commit'
71
- uses : actions/checkout@v3
72
- with :
73
- ref : ${{ env.HEAD_COMMIT }}
74
- - name : Set up Node
75
- uses : actions/setup-node@v3
76
- with :
77
- node-version-file : ' package.json'
78
- - name : Install dependencies
79
- run : yarn install --ignore-engines --frozen-lockfile
61
+ # job_ember_canary_test:
62
+ # name: Ember Canary Tests
63
+ # runs-on: ubuntu-20.04
64
+ # timeout-minutes: 30
65
+ # strategy:
66
+ # fail-fast: false
67
+ # matrix:
68
+ # scenario: [ember-release, embroider-optimized, ember-4.0]
69
+ # steps:
70
+ # - name: 'Check out current commit'
71
+ # uses: actions/checkout@v3
72
+ # with:
73
+ # ref: ${{ env.HEAD_COMMIT }}
74
+ # - name: Set up Node
75
+ # uses: actions/setup-node@v3
76
+ # with:
77
+ # node-version-file: 'package.json'
78
+ # - name: Install dependencies
79
+ # run: yarn install --ignore-engines --frozen-lockfile
80
80
81
- - name : Build dependencies
82
- run : |
83
- yarn lerna run build:types --scope=@sentry/ember --include-dependencies
84
- yarn lerna run build:transpile --scope=@sentry/ember --include-dependencies
81
+ # - name: Build dependencies
82
+ # run: |
83
+ # yarn lerna run build:types --scope=@sentry/ember --include-dependencies
84
+ # yarn lerna run build:transpile --scope=@sentry/ember --include-dependencies
85
85
86
- - name : Run Ember tests
87
- run : |
88
- cd packages/ember
89
- yarn ember try:one ${{ matrix.scenario }} --skip-cleanup=true
86
+ # - name: Run Ember tests
87
+ # run: |
88
+ # cd packages/ember
89
+ # yarn ember try:one ${{ matrix.scenario }} --skip-cleanup=true
90
90
91
- - name : Create Issue
92
- if : failure()
93
- uses : JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd
94
- env :
95
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
96
- RUN_LINK : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
97
- with :
98
- filename : .github/CANARY_FAILURE_TEMPLATE.md
91
+ # - name: Create Issue
92
+ # if: failure()
93
+ # uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd
94
+ # env:
95
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
+ # RUN_LINK: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
97
+ # with:
98
+ # filename: .github/CANARY_FAILURE_TEMPLATE.md
0 commit comments