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

View File

@@ -4,5 +4,5 @@ ADD . .
RUN cp flatc_debian_stretch flatc
WORKDIR /code/tests
RUN swift --version
WORKDIR /code/tests/FlatBuffers.Test.Swift
WORKDIR /code/tests/swift/tests/
RUN sh SwiftTest.sh