Skip to content

Commit

Permalink
improve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Feb 29, 2024
1 parent 9234b87 commit 2d5215a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on: [push]
jobs:
build:
build-with-fresh-deps:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -11,3 +11,12 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: 1
build-with-installed-deps:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: 1

0 comments on commit 2d5215a

Please sign in to comment.