From 2d5215a84c34d2bae022a1f7a69dac8ffc5dde8e Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Thu, 29 Feb 2024 19:41:18 +0100 Subject: [PATCH] improve ci --- .github/workflows/ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d259a28..b031eb20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: CI on: [push] jobs: - build: + build-with-fresh-deps: runs-on: ubuntu-latest steps: - name: Checkout @@ -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