chore(deps): bump derive_builder from 0.20.1 to 0.20.2 #606
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "E2E Tests" | |
on: | |
pull_request: | |
branches: [main] | |
jobs: | |
integration: | |
name: End to End Test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install Nix | |
uses: DeterminateSystems/nix-installer-action@v4 | |
- name: Run the Magic Nix Cache | |
uses: DeterminateSystems/magic-nix-cache-action@v2 | |
- uses: actions/checkout@v3 | |
- name: Run e2e tests | |
run: nix develop -c make e2e | |