Skip to content

Commit

Permalink
test: actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
k000927 committed Jul 27, 2024
1 parent 04e7c4d commit 236df0a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
env:
working-directory: ./clients
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -22,9 +24,6 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-2

- name: move to client
run: cd ./client

- name: npm install
run: npm install

Expand Down

0 comments on commit 236df0a

Please sign in to comment.