Moves all of the swift test code into tests/swift (#7509)

Fixes failing tests by regenerating test cases
This commit is contained in:
mustiikhalil
2022-09-10 07:35:42 +02:00
committed by GitHub
parent f124e41ae6
commit a67e35aff9
38 changed files with 23 additions and 23 deletions

4
.github/labeler.yml vendored
View File

@@ -15,9 +15,7 @@ c#:
swift:
- '**/*.swift'
- swift/**/*
- tests/FlatBuffers.GRPC.Swift/**/*
- tests/FlatBuffers.Benchmarks.swift/**/*
- tests/FlatBuffers.Test.Swift/**/*
- tests/swift/**
- src/idl_gen_swift.cpp
javascript:

View File

@@ -422,7 +422,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: test
working-directory: tests/FlatBuffers.Test.Swift
working-directory: tests/swift/tests
run: sh SwiftTest.sh
build-swift-wasm:
@@ -435,7 +435,7 @@ jobs:
- name: Setup Wasmer
uses: wasmerio/setup-wasmer@v1
- name: Test
working-directory: tests/FlatBuffers.Test.Swift.Wasm
working-directory: tests/swift/Wasm.tests
run: carton test
build-ts: