Skip to content

Commit

Permalink
Remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BinhTH-tsdv committed May 20, 2024
1 parent 1160d12 commit e7aeee1
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/build-and-automation-test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# This is a basic workflow to help you get started with Actions
# -----------------------------------------------------------------------------
# Copyright (C) TOSHIBA CORPORATION, 2024. Part of the SW360 Frontend Project.
# Copyright (C) Toshiba Software Development (Vietnam) Co., Ltd., 2024. Part of the SW360 Frontend Project.
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# -----------------------------------------------------------------------------

name: SW360-Frontend Build and Automation Test

name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but not only for the "main" branch
push:
branches: [ "test/ci-cypress" ]
pull_request:
branches: [ "test/ci-cypress" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions: write-all
Expand All @@ -19,18 +26,13 @@ env:
COUCHDB_USER: admin
COUCHDB_PASSWORD: password

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"

build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
# - uses: webiny/[email protected]

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit e7aeee1

Please sign in to comment.