We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d7801 commit aeb0c45Copy full SHA for aeb0c45
.github/workflows/deploy.yml
@@ -37,16 +37,6 @@ jobs:
37
cd ../
38
git clone https://github.com/n-flow/next-flow-interface.git
39
40
- - name: Build next-flow-interface
41
- run: |
42
- cd ../next-flow-interface
43
- bun install --frozen-lockfile
44
- bun run build
45
- bun link
46
-
47
- - name: Link next-flow-interface to next-flow-space
48
- run: bun link next-flow-interface
49
50
- name: Run Unit Tests
51
run: bun run test
52
0 commit comments