Skip to content

Commit

Permalink
Merge pull request #56 from etherspot/PRO-2349
Browse files Browse the repository at this point in the history
Modified test cases for reduced execution time
  • Loading branch information
Jineshdarjee authored May 30, 2024
2 parents 86501fc + dd00036 commit 8abaf84
Show file tree
Hide file tree
Showing 52 changed files with 8,821 additions and 9,244 deletions.
41 changes: 19 additions & 22 deletions .github/workflows/superlinter.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Super Linter

on:
push:
branches:
- master
pull_request:
branches:
- master
on:
push:
branches:
- master
pull_request:
branches:
- master

env:
folder_name: 'e2e-sdk-prime'
Expand All @@ -16,20 +16,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v3

- name: Super-Linter
uses: super-linter/[email protected]

- name: Super-Linter
uses: super-linter/[email protected]

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
OUTPUT_FOLDER: Reports
OUTPUT_DETAILS: detailed
IGNORE_GITIGNORED_FILES: true
DISABLE_ERRORS: true



GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
OUTPUT_FOLDER: Reports
OUTPUT_DETAILS: detailed
IGNORE_GITIGNORED_FILES: true
DISABLE_ERRORS: true
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
etherspot-prime-sdk
.eslintrc.json
.prettierrc
.prettierrc.json
mochawesome-report
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# e2e-sdk-prime
# e2e-sdk-prime
Loading

0 comments on commit 8abaf84

Please sign in to comment.