Skip to content

Commit 72ac792

Browse files
committed
refactor github actions
1 parent c99b2c2 commit 72ac792

File tree

3 files changed

+9
-55
lines changed

3 files changed

+9
-55
lines changed

.github/workflows/build_soundness.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ name: Build, tests & soundness checks
33
on: [push, pull_request]
44

55
jobs:
6+
swift-bedrock-library:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout repository
10+
uses: actions/checkout@v4
11+
- name: Run tests
12+
working-directory: swift-bedrock-library
13+
run: swift test
14+
615
playground-backend:
716
runs-on: ubuntu-latest
817
steps:

swift-bedrock-library/.license_header_template

Lines changed: 0 additions & 14 deletions
This file was deleted.

swift-bedrock-library/.licenseignore

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)