Skip to content

Commit

Permalink
change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Oct 3, 2024
1 parent 160c154 commit 82e0c0e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/validate-connector-metadata-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
working-directory: connector-metadata-types
- name: Checkout code
- uses: actions/checkout@v3

- name: Change to the connector directory
run: cd connector-metadata-types

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '18'

Expand Down

0 comments on commit 82e0c0e

Please sign in to comment.