Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/workflows/unity_ii_deeplink.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: unity_ii_deeplink

on:
push:
branches: [master]
pull_request:
paths:
- native-apps/unity_ii_deeplink/**
- .github/workflows/unity_ii_deeplink.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
native-apps-unity_ii_deeplink:
runs-on: ubuntu-24.04
container: ghcr.io/dfinity/icp-dev-env-motoko:1.0.1
env:
ICP_CLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Deploy and test
working-directory: native-apps/unity_ii_deeplink
run: |
icp network start -d
icp deploy
bash test.sh
34 changes: 0 additions & 34 deletions native-apps/unity_ii_applink/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions native-apps/unity_ii_applink/ii_integration_dapp/.gitignore

This file was deleted.

40 changes: 0 additions & 40 deletions native-apps/unity_ii_applink/ii_integration_dapp/Makefile

This file was deleted.

51 changes: 0 additions & 51 deletions native-apps/unity_ii_applink/ii_integration_dapp/README.md

This file was deleted.

This file was deleted.

40 changes: 0 additions & 40 deletions native-apps/unity_ii_applink/ii_integration_dapp/dfx.json

This file was deleted.

Loading
Loading