Skip to content

Commit

Permalink
chore: Re-named test directory to avoid ignore issues
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Sep 11, 2024
1 parent e77dca7 commit a225032
Show file tree
Hide file tree
Showing 36 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-util-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
paths:
- test/util/**
- testing/util/**

jobs:
test:
Expand All @@ -22,16 +22,16 @@ jobs:
node-version: ${{ env.node_version }}
registry-url: "https://registry.npmjs.org"
- name: Install NPM packages
working-directory: test/util
working-directory: testing/util
run: npm ci
- name: Build
working-directory: test/util
working-directory: testing/util
run: npm run build
- name: Run unit tests
working-directory: test/util
working-directory: testing/util
run: |
npm test
- name: Run test content
working-directory: test/util
working-directory: testing/util
run: |
npm run exec -- test ./test-content
2 changes: 1 addition & 1 deletion hack/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ container_image='eks-workshop-test'

(cd $SCRIPT_DIR/../lab && $CONTAINER_CLI build -q -t eks-workshop-environment .)

(cd $SCRIPT_DIR/../test && $CONTAINER_CLI build -q -t $container_image .)
(cd $SCRIPT_DIR/../testing && $CONTAINER_CLI build -q -t $container_image .)

source $SCRIPT_DIR/lib/generate-aws-creds.sh

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a225032

Please sign in to comment.