|
@@ -21,7 +21,7 @@ jobs:
|
|
|
# The next 3 steps are for building the web application to be tested and starting the web server on the runner environment
|
|
|
|
|
|
- name: "Checkout the repository"
|
|
|
- uses: actions/checkout@v2
|
|
|
+ uses: actions/checkout@v3
|
|
|
|
|
|
- name: "Building web application to be tested"
|
|
|
run: npm install && npm run build
|