Skip to content

Commit

Permalink
Archives
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeHagar committed Oct 25, 2023
1 parent 551b5cf commit e679cef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-oag-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: OAG-7.0.1-pr-test
path: |
plexjs

- name: Run npm install and build Typescript SDK
id: buildSDK
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: PR-Build-${{ github.ref }}
path: |
plexjs
path: sdk-ts

- name: Run npm install and build Typescript SDK
id: buildSDK
Expand Down

0 comments on commit e679cef

Please sign in to comment.