Skip to content

Commit

Permalink
Pull proxy in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurre Stender committed Aug 11, 2021
1 parent b257537 commit 2044b29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'ci'
name: 'integration'
on: pull_request_target
permissions:
contents: read
Expand All @@ -12,8 +12,10 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: GPR login
run: docker login docker.pkg.github.com -u x -p ${{ secrets.GPR_TOKEN }}
- name: GRP pull
- name: GRP pull dependabot/dependabot-updater
run: docker pull docker.pkg.github.com/dependabot/dependabot-updater:latest
- name: GRP pull github/dependabot-update-job-proxy
run: docker pull docker.pkg.github.com/github/dependabot-update-job-proxy:latest
- run: npm ci
- name: Run integration test files
run: npm run test-integration
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'ci'
name: 'test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
Expand Down

0 comments on commit 2044b29

Please sign in to comment.