Skip to content

Commit bb07e5e

Browse files
committed
rebase with main
1 parent 3ee0f53 commit bb07e5e

2 files changed

Lines changed: 0 additions & 39 deletions

File tree

.github/workflows/native-integration-tests.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/swift2objc.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
name: swift2objc
22

33
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
154
# Run on PRs and pushes to the default branch.
165
push:
176
branches: [main]
@@ -68,9 +57,6 @@ jobs:
6857
sdk: stable
6958
- name: Install dependencies
7059
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
7460
- name: Install coverage
7561
run: dart pub global activate coverage
7662
- name: Run VM tests and collect coverage

0 commit comments

Comments
 (0)