Skip to content

Commit

Permalink
Merge pull request #64 from yeha98555/fix/checkingToken-test-error
Browse files Browse the repository at this point in the history
Fix/checking token test error
  • Loading branch information
yeha98555 committed Jun 13, 2023
2 parents f3362a3 + 18cdfeb commit 157c0c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Dependencies
run: yarn install

- name: Copy .env.example to .env
- name: Copy .env.test to .env
run: cp .env.test .env

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Dependencies
run: yarn install

- name: Copy .env.example to .env
- name: Copy .env.test to .env
run: cp .env.test .env

- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Technologies used in this project
├── tsconfig.json // TypeScript configuration file
├── .commitlintrc.json // CommitLint configuration file, used for checking the format of Git commit messages
├── .env.sample // .env template file, storing sample environment variables
├── .env.test // .env file for testing
├── .eslintignore // ESLint ignore configuration, specifying files that don't need syntax checking
├── .eslintrc.json // ESLint configuration file, used for setting syntax checking rules
├── .gitignore // Git ignore configuration, specifying files that don't need version control
Expand Down

0 comments on commit 157c0c2

Please sign in to comment.