Skip to content

Commit

Permalink
s/unistalling/uninstalling/g
Browse files Browse the repository at this point in the history
Signed-off-by: Dhi Aurrahman <[email protected]>
  • Loading branch information
dio committed Sep 19, 2021
1 parent d249140 commit d8e9b89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,27 +95,27 @@ jobs:
./packaging/msi/winget_manifest.sh > Tetrate.func-e.yaml
yamllint -sd '{extends: default, rules: {line-length: disable}}' Tetrate.func-e.yaml
# This only checks installing and unistalling the Debian package (amd64) when running this job
# This only checks installing and uninstalling the Debian package (amd64) when running this job
# step on Linux (Ubuntu, amd64) as it is more efficient than having a new job definition
# (which requires to upload and download the built packages as artifacts) and do the
# verification there.
- name: "Test installing and unistalling Debian package (on Ubuntu, amd64)"
- name: "Test installing and uninstalling Debian package (on Ubuntu, amd64)"
if: runner.os == 'Linux'
# Running dpkg and apt-get requires "sudo".
run: sudo packaging/nfpm/verify_deb.sh

# This only checks installing and unistalling the RPM package when running this job on Linux,
# This only checks installing and uninstalling the RPM package when running this job on Linux,
# but using container (on CentOS 8 via ghcr.io/tetratelabs/func-e-internal:centos8, x86_64) as
# it is more efficient than having a new job definition (which requires to upload and download
# the built packages as artifacts) and do the verification there.
- name: "Test installing and unistalling RPM package (on CentOS 8, x86_64 via ghcr.io/tetratelabs/func-e-internal:centos8)"
- name: "Test installing and uninstalling RPM package (on CentOS 8, x86_64 via ghcr.io/tetratelabs/func-e-internal:centos8)"
if: runner.os == 'Linux'
uses: docker://ghcr.io/tetratelabs/func-e-internal:centos8
with:
# Since we use the root user from within the container process when doing this, we don't
# require "sudo".
args: packaging/nfpm/verify_rpm.sh

# TODO: Verification for installing and unistalling arm64 Debian and aarch64 RPM packages.
# TODO: Verification for installing and uninstalling arm64 Debian and aarch64 RPM packages.
# Curently it is not attempted since we need to pass the artifacts to Travis CI every time
# this job is finished.

0 comments on commit d8e9b89

Please sign in to comment.