Skip to content

Commit

Permalink
Merge pull request #340 from UniversityOfSaskatchewanCMPT371/glenntan…
Browse files Browse the repository at this point in the history
…joh-patch-1

Update digitalocean_deploy.yml. rolled back permission change
  • Loading branch information
ArdalanAskarian authored Nov 28, 2024
2 parents 85c5c30 + 5c52150 commit d1aca8d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/digitalocean_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
cd frontend
echo "REACT_APP_ROLLBAR_ACCESS_TOKEN=${{ secrets.ROLLBAR_ACCESS_TOKEN }}" > .env
- name: Fix permissions
run: |
sudo chmod -R 755 /home/autodeploy/actions-runner/_work/term-project-2024-team-3/term-project-2024-team-3/services/ml-service/applewatch/data
sudo chown -R autodeploy:autodeploy /home/autodeploy/actions-runner/_work/term-project-2024-team-3/term-project-2024-team-3/services/ml-service/applewatch/data
- name: Build containers
run: docker compose -f docker-compose-prod.yml build

Expand Down

1 comment on commit d1aca8d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Frontend Code Coverage Report

St.
Category Percentage Covered / Total
🟢 Statements 80.75% 730/904
🔴 Branches 58.04% 184/317
🟢 Functions 80.62% 183/227
🟢 Lines 81.23% 727/895

Test suite run success

144 tests passing in 43 suites.

Report generated by 🧪jest coverage report action from d1aca8d

Please sign in to comment.