Skip to content

Commit

Permalink
build: do not use repository for sui-react
Browse files Browse the repository at this point in the history
  • Loading branch information
emgk committed Oct 10, 2023
1 parent c5284c1 commit f67bb51
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: Run tests

on:
pull_request:
branches:
- development
- master
push:
branches:
- development
- master

jobs:
setup-and-test:
test:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -37,9 +42,7 @@ jobs:
- name: Checkout sui-react repository
uses: actions/checkout@v3
with:
repository: wpmudev/sui-react
path: ./sui-docs/packages/sui-react
ref: development

- name: List content
run: pwd && ls
Expand Down

0 comments on commit f67bb51

Please sign in to comment.