Skip to content

Commit

Permalink
Create ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
csidyel authored Jul 1, 2024
1 parent e36c135 commit 40165e5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI
on:
push:
branches:
- master

jobs:
integration-test-elixir:
runs-on: ubuntu-20.04
env:
FORCE_COLOR: 1

steps:
- uses: actions/checkout@v4
- run: bash ./sysinfo.sh

0 comments on commit 40165e5

Please sign in to comment.