Skip to content

Commit c645375

Browse files
committed
Add pull request target
1 parent cfd7691 commit c645375

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name: CI
44

5-
on: [push]
5+
on: [push, pull_request_target]
66

77
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
88
jobs:
@@ -13,12 +13,12 @@ jobs:
1313

1414
# Steps represent a sequence of tasks that will be executed as part of the job
1515
steps:
16-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
17-
- uses: actions/checkout@v2
16+
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
17+
- uses: actions/checkout@v2
1818

19-
# Runs a set of commands using the runners shell
20-
- name: Create Image and run mock server
21-
run: cd ./test && docker-compose up -d api-test
19+
# Runs a set of commands using the runners shell
20+
- name: Create Image and run mock server
21+
run: cd ./test && docker-compose up -d api-test
2222

23-
- name: test app
24-
run: cd ./test && docker-compose run test
23+
- name: test app
24+
run: cd ./test && docker-compose run test

0 commit comments

Comments
 (0)