Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arussellsaw committed Oct 29, 2024
1 parent bee4011 commit cc144e0
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/test-swift-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,20 @@ jobs:
- name: run flipt
env:
FLIPT_STORAGE_TYPE: "local"
FLIPT_STORAGE_LOCAL_PATH: "/test/fixtures/testdata"
run: flipt
FLIPT_STORAGE_LOCAL_PATH: "./test/fixtures/testdata"
run: flipt&

- name: Run Integration Tests
- name: Install Rust Targets
run: |
rustup target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim
- name: Build Engine
run: |
cd /flipt-client-swift
cd ./flipt-engine-ffi
./build.sh
cd ..
- name: Run Integration Tests
run: |
cd ./flipt-client-swift
swift test

0 comments on commit cc144e0

Please sign in to comment.