Skip to content

Commit

Permalink
Merge pull request #22 from mariocodecr/create-atributes-values-entit…
Browse files Browse the repository at this point in the history
…ies-apis

[BK]: Create Attributes, AttributeValues, and ProductVariantAttributes Entities and APIs
  • Loading branch information
Villarley authored Dec 22, 2024
2 parents 5958dd8 + 4116b5e commit 2a36345
Show file tree
Hide file tree
Showing 27 changed files with 8,954 additions and 312 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@ jobs:
- name: Install Dependencies
run: npm install

- name: Set Environment Variables
env:
NODE_ENV: test
run: echo "Environment set to test"

- name: Run Tests
run: npm test
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
package-lock.json
node_modules
.env
Loading

0 comments on commit 2a36345

Please sign in to comment.