Skip to content

Commit

Permalink
fix for test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoNomad0 committed Aug 14, 2023
1 parent 5ceda7e commit 4860716
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ jobs:
mkdir ./src/__tests__/output
echo "chmod -R a+rwx ./src/__tests__/output"
chmod -R a+rwx ./src/__tests__/output
echo "git status"
git status
git config --global --add safe.directory .
echo "remove git owner error"
git config --global --add safe.directory /__w/translationCore/translationCore
- name: npm test
run: npm run ci-test
Expand Down

0 comments on commit 4860716

Please sign in to comment.