Skip to content

Commit

Permalink
chore: add github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hdev14 committed Nov 30, 2024
1 parent 077a4cf commit 8544ac2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Continuous Integration

on: push

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [latest]
redis-version: [7]

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Docker compose
run: docker compose up --build -d

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
1 change: 0 additions & 1 deletion applications/core/Dockerfile

This file was deleted.

0 comments on commit 8544ac2

Please sign in to comment.