Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
Pull in sass/clone-linked-repo#3 to get the tests passing.
  • Loading branch information
nex3 committed Oct 9, 2021
1 parent c40e195 commit 76bea61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
with: {sdk: "${{ matrix.dart_channel }}"}
- run: dart pub get
- name: Check out sass-spec
uses: sass/clone-linked-repo@v1
uses: sass/clone-linked-repo@only-open
with: {repo: sass/sass-spec}
- uses: actions/setup-node@v2
with: {node-version: "${{ env.DEFAULT_NODE_VERSION }}"}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- run: npm install

- name: Check out sass-spec
uses: sass/clone-linked-repo@v1
uses: sass/clone-linked-repo@only-open
with: {repo: sass/sass-spec}

- name: Build JS
Expand All @@ -94,7 +94,7 @@ jobs:
working-directory: sass-spec

- name: Check out Sass specification
uses: sass/clone-linked-repo@v1
uses: sass/clone-linked-repo@only-open
with:
repo: sass/sass
path: language
Expand Down

0 comments on commit 76bea61

Please sign in to comment.