Skip to content

Commit

Permalink
ED-4000 feat: Github actions instead of Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
princegupta1131 committed May 23, 2024
1 parent c7be186 commit c03c51a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: cimg/node:18.16.0
image: cimg/node:20.9.0
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run build script
run: /bin/bash -x build.sh ${{ github.sha }} test

test_cases:
runs-on: ubuntu-latest
container:
image: cimg/node:18.16.0
image: cimg/node:20.9.0
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ~/portal

Expand Down

0 comments on commit c03c51a

Please sign in to comment.