Skip to content

Commit

Permalink
Set defaults.run.working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Sep 7, 2021
1 parent 4224307 commit 48fc148
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-script-test.yml
@@ -1,5 +1,9 @@
name: Release_Script_Test

defaults:
run:
working-directory: scripts/release

on:
push:
paths:
Expand All @@ -25,7 +29,7 @@ jobs:
cache: "yarn"

- name: Install Dependencies
run: cd scripts/release && yarn install --frozen-lockfile
run: yarn install --frozen-lockfile

- name: Test
run: cd scripts/release && yarn test
run: yarn test

0 comments on commit 48fc148

Please sign in to comment.