Skip to content

Commit

Permalink
chore(deps): bump rustix from 0.38.14 to 0.38.20 (#5)
Browse files Browse the repository at this point in the history
* chore(deps): bump rustix from 0.38.14 to 0.38.20

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.14 to 0.38.20.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.38.14...v0.38.20)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(ci): add smoke test for pull_request event

[skip ci]

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: andros21 <[email protected]>
  • Loading branch information
dependabot[bot] and andros21 committed Oct 22, 2023
1 parent 0b897fb commit eb51930
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,22 @@ jobs:
provenance: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
load: ${{ github.event_name == 'pull_request' }}
- name: smoke test
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
run: |
set -x
# only ensure runtime deps are ok
docker run --rm \
"${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.docker.outputs.digest }}" &> filmbot.log || true
cat filmbot.log
grep --quiet --fixed-strings "TELOXIDE_TOKEN" filmbot.log
- name: smoke test
if: github.event_name == 'pull_request'
run: |
set -x
# only ensure runtime deps are ok
docker run --rm ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:devel &> filmbot.log || true
cat filmbot.log
grep --quiet --fixed-strings "TELOXIDE_TOKEN" filmbot.log
- name: cosign filmbot
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
run: |
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb51930

Please sign in to comment.