Skip to content

Commit

Permalink
test: add initial set of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
retro committed Mar 19, 2024
1 parent 7c23b62 commit 1aefc36
Show file tree
Hide file tree
Showing 8 changed files with 17,125 additions and 46 deletions.
21 changes: 18 additions & 3 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,38 @@
"version": "0.2",
"language": "en",
"words": [
"Afrociberdelia",
"Arquivo",
"Battlestar",
"Caos",
"Carnaval",
"chrono",
"Cidade",
"dagrejs",
"datetime",
"degit",
"esbuild",
"Favourites",
"Finlandia",
"Galactica",
"gjuchault",
"graphlib",
"ilike",
"Negra",
"octocat",
"oracledb",
"outdir",
"Paralamas",
"Pista",
"rmrf",
"ryansonshine",
"semantic-layer",
"socio",
"sqls",
"tsdoc",
"gjuchault",
"chrono"
"stico",
"Sucesso",
"testcontainers",
"tsdoc"
],
"flagWords": [],
"ignorePaths": [
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/semantic-layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

jobs:
docker:
name: 🐋 Setup Docker
runs-on: ubuntu-latest
steps:
- run: |
sudo apt-get update
sudo apt-get install -y docker-compose
dependencies:
name: 📦 Dependencies
runs-on: ubuntu-latest
Expand Down Expand Up @@ -75,7 +83,7 @@ jobs:
test:
name: ⚡ Tests
runs-on: ubuntu-latest
needs: [dependencies]
needs: [docker, dependencies]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ build/
node_modules/
coverage/
.DS_Store
.envrc
Loading

0 comments on commit 1aefc36

Please sign in to comment.