mirror of
https://github.com/plausible/analytics.git
synced 2025-03-14 10:06:38 +00:00
Bump elixir.yml cache version to fix a test (#5143)
A test in test/plausible_web/plugs/tracker_test.exs was failing due to cached version of tracker script being used in other PRs. The reason it didn't fail in the original PR adding the test was that changes in tracker script bypassed the cache **for that pr**.
This commit is contained in:
committed by
GitHub
parent
b7912c665e
commit
351e7c9100
2
.github/workflows/elixir.yml
vendored
2
.github/workflows/elixir.yml
vendored
@ -11,7 +11,7 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
CACHE_VERSION: v10
|
||||
CACHE_VERSION: v11
|
||||
PERSISTENT_CACHE_DIR: cached
|
||||
|
||||
jobs:
|
||||
|
@ -42,7 +42,6 @@ defmodule PlausibleWeb.TrackerTest do
|
||||
assert response == get_script("plausible.outbound-links.file-downloads.compat.hash.js")
|
||||
end
|
||||
|
||||
@tag :skip
|
||||
test "pageleave extension" do
|
||||
# Some customers who have participated in the private preview of the
|
||||
# scroll depth feature, have updated their tracking scripts to
|
||||
|
Reference in New Issue
Block a user