Skip to content

Commit 55ed3b2

Browse files
authored
Merge pull request #96 from ioet/48-implement-semantic-version-test
fix: remove comments from ci pipeline file definition
2 parents 8b64cf6 + bc74643 commit 55ed3b2

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

.github/workflows/CI-time-tracker-ui.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,6 @@ on:
88
- 48-implement-semantic-version
99

1010
jobs:
11-
# security-audit:
12-
# name: Running npm audit
13-
# runs-on: ubuntu-latest
14-
# timeout-minutes: 60
15-
# steps:
16-
# # - name: Clone and checkout branch
17-
# # uses: actions/checkout@master
18-
19-
# # - name: Set up Node.js version
20-
# # uses: actions/setup-node@v1
21-
# # with:
22-
# # node-version: '12.x'
23-
24-
# - name: Security Audit
25-
# run: npm audit --audit-level=moderate
2611

2712
ci-test:
2813
name: Running unit tests
@@ -31,9 +16,6 @@ jobs:
3116
steps:
3217
- name: Checkout
3318
uses: actions/checkout@v1
34-
# - name: Clone and checkout branch
35-
# uses: actions/checkout@master
36-
3719
- name: Set up Node.js version
3820
uses: actions/setup-node@v1
3921
with:
@@ -43,31 +25,6 @@ jobs:
4325
run: npm install
4426

4527

46-
# - name: Inject Secrets
47-
# shell: python
48-
# env:
49-
# SCOPES: ${{ secrets.scopes }}
50-
# CLIENT_ID: ${{ secrets.client_id }}
51-
# AUTHORITY: ${{ secrets.authority }}
52-
# BASE_PATH: "src/environments/"
53-
# run: |
54-
# import os
55-
# import json
56-
# data = {}
57-
# base_path = os.environ.get('BASE_PATH', 'src/environments/')
58-
# with open(base_path + "keys.example.json", "r+") as jsonFileRead:
59-
# data = json.load(jsonFileRead)
60-
# data["scopes"] = str(os.environ['SCOPES']).split(",")
61-
# data["client_id"] = os.environ['CLIENT_ID']
62-
# data["authority"] = os.environ['AUTHORITY']
63-
# with open(base_path + ".keys.json", "w+") as jsonFileWrite:
64-
# json.dump(data, jsonFileWrite)
65-
66-
# - name: Run the test
67-
# run: npm run ci-test --if-present
68-
69-
70-
7128
- name: Run Semantic-release
7229
run: npx semantic-release
7330
env:

0 commit comments

Comments
 (0)