Skip to content

Commit

Permalink
Update workflow step names.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Oct 7, 2023
1 parent ee2ad29 commit cfb9936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build
- name: Build and Deploy
run: npm run deploy
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build
- name: Run Tests
run: npm run e2e:ci

0 comments on commit cfb9936

Please sign in to comment.