chore(deps): bump job 0.6.18, obix 0.2.21 #1545
This file contains hidden or 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: "Integration Tests" | |
| on: | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| integration: | |
| name: Integration Test | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Install Nix | |
| uses: DeterminateSystems/nix-installer-action@v16 | |
| - name: Run the Magic Nix Cache | |
| uses: DeterminateSystems/magic-nix-cache-action@v8 | |
| - uses: actions/checkout@v3 | |
| - name: Run integration tests | |
| run: nix run .#nextest | |