Skip to content

Commit

Permalink
Merge pull request MrSquaare#44 from MrSquaare/develop
Browse files Browse the repository at this point in the history
v2.1.0
  • Loading branch information
MrSquaare authored Oct 3, 2023
2 parents 1fa4516 + f008048 commit 00c44a7
Show file tree
Hide file tree
Showing 7 changed files with 1,336 additions and 1,113 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Setup GitLab SSH
uses: ./
id: setup
with:
host: gitlab.com
private-key: ${{ secrets.SSH_PRIVATE_KEY_GITLAB }}
Expand All @@ -69,3 +70,11 @@ jobs:
run: |
rm -rf private-repository
git clone [email protected]:MrSquaare/private-repository.git
- name: Run tests
env:
OUTPUT_SSH_PATH: ${{ steps.setup.outputs.ssh-path }}
OUTPUT_SSH_AGENT_PID: ${{ steps.setup.outputs.ssh-agent-pid }}
OUTPUT_SSH_AUTH_SOCK: ${{ steps.setup.outputs.ssh-auth-sock }}
run:
npm run test
10 changes: 1 addition & 9 deletions lib/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 00c44a7

Please sign in to comment.