Skip to content

Commit 2353c42

Browse files
authored
single environment for ci
Signed-off-by: Damian Perera <15967502+damianperera@users.noreply.github.com>
1 parent 6138e7a commit 2353c42

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ on:
1010
jobs:
1111
jest:
1212
name: '[FE] Test'
13-
environment:
14-
name: ${{ github.ref_name }}
13+
environment: ci
1514
runs-on: ubuntu-latest
1615
steps:
1716
- uses: actions/checkout@main
@@ -36,8 +35,7 @@ jobs:
3635
run: yarn test
3736
lint:
3837
name: '[FE] Lint'
39-
environment:
40-
name: ${{ github.ref_name }}
38+
environment: ci
4139
runs-on: ubuntu-latest
4240
steps:
4341
- uses: actions/checkout@main
@@ -62,8 +60,7 @@ jobs:
6260
run: yarn lint
6361
react-build:
6462
name: '[FE] Test Build'
65-
environment:
66-
name: ${{ github.ref_name }}
63+
environment: ci
6764
runs-on: ubuntu-latest
6865
steps:
6966
- uses: actions/checkout@main
@@ -88,8 +85,7 @@ jobs:
8885
run: yarn build
8986
pytest:
9087
name: '[BE] Test'
91-
environment:
92-
name: ${{ github.ref_name }}
88+
environment: ci
9389
runs-on: ubuntu-latest
9490
steps:
9591
- uses: actions/checkout@main

0 commit comments

Comments
 (0)