Skip to content

Commit

Permalink
ci: disable tests as we dont have any
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Mar 17, 2024
1 parent a796326 commit 299e7d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ on:
branches:
- main

# Cancel multiple runs for the same PR or branch
concurrency:
group: aries-framework-${{ github.ref }}-${{ github.repository }}-${{ github.event_name }}
cancel-in-progress: true

jobs:
validate:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -42,5 +37,6 @@ jobs:
- name: Check Types
run: yarn check-types

- name: Unit Tests
run: yarn test:unit
# Can be re-enabled when we have tests, but we don't have any
# - name: Unit Tests
# run: yarn test:unit

This file was deleted.

0 comments on commit 299e7d4

Please sign in to comment.