Skip to content

Commit

Permalink
ci: corrigir working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBellas committed Jan 21, 2024
1 parent e21c257 commit be43f6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/calculate-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ jobs:
node-version: 20

- name: Install dependencies
working-directory: ./typescript
run: npm install

- name: Build project
working-directory: ./typescript
run: npm run build

- name: Execute tests
working-directory: ./typescript
run: npm run test:coverage

- name: Send to coveralls
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/on-commit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,10 @@ jobs:
node-version: 20

- name: Install dependencies
working-directory: ./typescript
run: npm install

- name: Build project
working-directory: ./typescript
run: npm run build

- name: Execute tests
working-directory: ./typescript
run: npm run test

php-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"

- name: Install dependencies
run: composer update

- name: Dump autoload classes
run: composer dump-autoload -o

- name: Execute tests
run: vendor/phpunit/phpunit/phpunit -c php/phpunit.xml

0 comments on commit be43f6a

Please sign in to comment.