We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee0f53 commit bb07e5eCopy full SHA for bb07e5e
2 files changed
.github/workflows/native-integration-tests.yml
.github/workflows/swift2objc.yaml
@@ -1,17 +1,6 @@
1
name: swift2objc
2
3
on:
4
- workflow_dispatch:
5
- inputs:
6
- build_type:
7
- description: 'Build type'
8
- required: true
9
- default: 'all'
10
- type: choice
11
- options:
12
- - all
13
- - release
14
- - debug
15
# Run on PRs and pushes to the default branch.
16
push:
17
branches: [main]
@@ -68,9 +57,6 @@ jobs:
68
57
sdk: stable
69
58
- name: Install dependencies
70
59
run: dart pub get
71
- - name: Conditional Regeneration
72
- if: github.event.inputs.build_type == 'release'
73
- run: dart test/integration/integration_test.dart --regen
74
60
- name: Install coverage
75
61
run: dart pub global activate coverage
76
62
- name: Run VM tests and collect coverage
0 commit comments