Skip to content

Commit

Permalink
dummy release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: ameenasuhani <[email protected]>
  • Loading branch information
Ameenasuhani committed Nov 23, 2023
1 parent 7aa1a64 commit f953808
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,28 @@ jobs:
exit 1
fi
frontend-e2e-test:
runs-on: ubuntu-latest

steps:
- name: Checkout s3gw UI
uses: actions/checkout@v3

- name: Set up node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
cache-dependency-path: src/frontend/package-lock.json

- name: Install Dependencies
working-directory: src/frontend
run: npm ci

- name: Run E2E Tests
working-directory: src/frontend
run: npm run e2e:ci

# Build and push the ui container
build-s3gw-ui-container:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f953808

Please sign in to comment.